diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-05 23:32:05 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-05 23:32:05 +0000 |
commit | 9c2bebec16aafefb9067c1db83ef3c765e13610b (patch) | |
tree | 35d516abd5d3aeb089a8c2b0bc99532bb1ce6a30 /doc/index.html | |
parent | 4676457df2c8a73b4f589a66315b9b137ee89202 (diff) | |
download | execline-9c2bebec16aafefb9067c1db83ef3c765e13610b.tar.xz |
Document execline and multicall
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index d8a4753..65fb00b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -91,6 +91,8 @@ of the execline git repository. </li> <ul> <li> See the enclosed INSTALL file for installation details. </li> + <li> Starting with 2.9.2.0, there's an <tt>--enable-multicall</tt> +configure option to save disk space. </li> </ul> <h3> Upgrade notes </h3> @@ -197,6 +199,12 @@ the previous versions of execline and the current one. </li> <li><a href="eltest.html">The <tt>eltest</tt> program</a></li> <li><a href="homeof.html">The <tt>homeof</tt> program</a></li> </ul> +<p> + (Multicall configuration) +</p> +<ul> +<li><a href="execline.html">The <tt>execline</tt> program</a></li> +</ul> <h3> Provided scripts: example <tt>.profile</tt> replacement </h3> |