diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-03-26 04:27:39 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-03-26 04:27:39 +0000 |
| commit | ea714e771e8964114285915acacf80707cc17bdd (patch) | |
| tree | 05e036cd629693de1667225cd8df4bf26aa5db10 /doc/index.html | |
| parent | 7390d0eacf18f70a3ac4f6f3351cadc12656234e (diff) | |
| download | execline-ea714e771e8964114285915acacf80707cc17bdd.tar.gz | |
Add export-array; update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/index.html')
| -rw-r--r-- | doc/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 6dbab1c..324f259 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@ shell's syntax, and has no security issues. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later. </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.14.3.0 or later. It's a build-time requirement. It's also a run-time +2.14.4.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library. </li> </ul> @@ -64,7 +64,7 @@ library. </li> <li> If you're using <a href="https://musl.libc.org/">musl</a> and want nsswitch-like functionality: <a href="//skarnet.org/software/nsss/">nsss</a> version -0.2.0.5 or later (build-time and boot-time) </li> +0.2.0.6 or later (build-time and boot-time) </li> </ul> <h3> Licensing </h3> @@ -131,6 +131,7 @@ the previous versions of execline and the current one. </li> <li><a href="emptyenv.html">The <tt>emptyenv</tt> program</a></li> <li><a href="envfile.html">The <tt>envfile</tt> program</a></li> <li><a href="export.html">The <tt>export</tt> program</a></li> +<li><a href="export-array.html">The <tt>export-array</tt> program</a></li> <li><a href="unexport.html">The <tt>unexport</tt> program</a></li> <li><a href="fdclose.html">The <tt>fdclose</tt> program</a></li> <li><a href="fdblock.html">The <tt>fdblock</tt> program</a></li> |
