diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-11-06 08:23:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-11-06 08:23:44 +0000 |
commit | 7390d0eacf18f70a3ac4f6f3351cadc12656234e (patch) | |
tree | 32103f6de7cb326e393d70b99a4a0712852a98ce | |
parent | 916e9e7b4937b4dbe79854c461ae83c45ba33857 (diff) | |
download | execline-main.tar.gz execline-main.tar.xz execline-main.zip |
Update documentation main
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | doc/forbacktickx.html | 5 | ||||
-rw-r--r-- | doc/forstdin.html | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/forbacktickx.html b/doc/forbacktickx.html index cbf33b5..c9e2c4e 100644 --- a/doc/forbacktickx.html +++ b/doc/forbacktickx.html @@ -30,7 +30,7 @@ run another program. </p> <pre> - forbacktickx [ -E | -e ] [ -p | -o <em>okcodes</em> | -x <em>breakcodes</em> ] [ -N | -n ] [ -C | -c ] [ -0 | -d <em>delim</em> ] <em>variable</em> { <em>gen...</em> } <em>loop...</em> + forbacktickx [ -E | -e ] [ -p | -P <em>maxpar</em> | -o <em>okcodes</em> | -x <em>breakcodes</em> ] [ -N | -n ] [ -C | -c ] [ -0 | -d <em>delim</em> ] <em>variable</em> { <em>gen...</em> } <em>loop...</em> </pre> <ul> @@ -54,6 +54,9 @@ output must not contain a null character. </li> instance to finish before spawning the next one. <em>forbacktickx</em> will still wait for all instances of <em>loop</em> to terminate before exiting, though. </li> + <li> <tt>-P</tt> <em>maxpar</em> : like <tt>-p</tt>, but with +a maximum of <em>maxpar</em> parallel instances, to avoid completely +clogging the machine in pathological cases. </li> <li> <tt>-o</tt> <em>okcodes</em> : <em>okcodes</em> must be a comma-separated list of exit codes. If the <tt>-p</tt> flag hasn't been given and <em>loop</em> exits with one of the codes in diff --git a/doc/forstdin.html b/doc/forstdin.html index 14b9a3b..eb2aac9 100644 --- a/doc/forstdin.html +++ b/doc/forstdin.html @@ -30,7 +30,7 @@ run another program. </p> <pre> - forstdin [ -E | -e ] [ -p | -o <em>okcodes</em> | -x <em>breakcodes</em> ] [ -N | -n ] [ -C | -c ] [ -0 | -d <em>delim</em> ] <em>variable</em> <em>loop...</em> + forstdin [ -E | -e ] [ -p | -P <em>maxpar</em> | -o <em>okcodes</em> | -x <em>breakcodes</em> ] [ -N | -n ] [ -C | -c ] [ -0 | -d <em>delim</em> ] <em>variable</em> <em>loop...</em> </pre> <ul> |