From 774654ad56fc9304e4a064232760835c7a2a6c13 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 11 Feb 2023 03:12:21 +0000 Subject: Add multicall configuration Signed-off-by: Laurent Bercot --- doc/index.html | 11 ++++++++++ doc/s6-portable-utils.html | 53 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 doc/s6-portable-utils.html (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 3d8c400..69f753f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -104,6 +104,8 @@ of the s6-portable-utils git repository.

Upgrade notes

@@ -126,6 +128,9 @@ the previous versions of s6-portable-utils and the current one. 126 if they fail to execute into a program for another reason.

+

+ (Miscellaneous tools) +

+

+ (Multicall configuration) +

+

Related resources

diff --git a/doc/s6-portable-utils.html b/doc/s6-portable-utils.html new file mode 100644 index 0000000..5700f38 --- /dev/null +++ b/doc/s6-portable-utils.html @@ -0,0 +1,53 @@ + + + + + + s6-portable-utils: the s6-portable-utils multicall binary + + + + + + +

+s6-portable-utils
+Software
+skarnet.org +

+ +

The s6-portable-utils multicall binary

+ +

+The s6-portable-utils program is only available when the +--enable-multicall option has been given to the configure +program at build time. In this configuration, s6-portable-utils is +a multicall binary implementing the functionality of all +the programs in the s6-portable-utils package; and the other programs, instead +of being executables of their own, are symbolic links to the +s6-portable-utils binary. +

+ +

Interface

+ +
+     s6-portable-utils subcommand subcommand_arguments...
+
+ +

+ s6-portable-utils will run the subcommand will its arguments. For +instance, s6-portable-utils s6-seq 1 10 will run the equivalent of the +program, so this command will list natural numbers +from 1 to 10. +

+ +

+ Alternatively, if s6-portable-utils is called with the name of an existing +command, it will run the equivalent of that command. For instance, +if the /usr/bin/s6-seq file is a (hard or symbolic) link to +the s6-portable-utils binary, /usr/bin/s6-seq 1 10 will list +natural numbers from 1 to 10. +

+ + + -- cgit 1.4.1