diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 10 |
2 files changed, 11 insertions, 1 deletions
@@ -94,7 +94,7 @@ linking against the static libc with --enable-static-libc. (If you are using a GNU/Linux system, be aware that the GNU libc behaves badly with static linking and produces huge executables, which is why it is not the default. Other libcs are better suited -to static linking, for instance musl: http://musl-libc.org/) +to static linking, for instance musl: https://musl-libc.org/) execline is especially efficient when statically linked, so it is recommended if you have a suitable libc. diff --git a/doc/index.html b/doc/index.html index c3b647b..e6943e6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -235,6 +235,16 @@ external command <tt>printf</tt>. It is longer, but quite stylish. </li> <h2> Related resources </h2> +<h3> execline manual pages </h3> + +<ul> + <li> <a href="https://github.com/flexibeast">flexibeast</a> is providing +the execline documentation as a +<a href="https://github.com/flexibeast/execline-man-pages">set of man pages</a>. </li> +</ul> + +<h3> execline discussion </h3> + <ul> <li> <tt>execline</tt> is discussed on the <a href="//skarnet.org/lists.html#skaware">skaware</a> mailing-list. </li> |