diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-15 19:38:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-15 19:38:31 +0000 |
commit | 8bec4db9fab17e416df18dd6223a3eb5fd035445 (patch) | |
tree | eefc59a9f14246fd1c4178bd66e7284599f4dba5 | |
parent | c660a4f3deb2db9a6441326f34a3c69df7dafb54 (diff) | |
download | execline-8bec4db9fab17e416df18dd6223a3eb5fd035445.tar.xz |
Add link to the execline manpages
-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> |