about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-11-06 08:23:44 +0000
committerLaurent Bercot <ska@appnovation.com>2024-11-06 08:23:44 +0000
commit7390d0eacf18f70a3ac4f6f3351cadc12656234e (patch)
tree32103f6de7cb326e393d70b99a4a0712852a98ce
parent916e9e7b4937b4dbe79854c461ae83c45ba33857 (diff)
downloadexecline-7390d0eacf18f70a3ac4f6f3351cadc12656234e.tar.gz
execline-7390d0eacf18f70a3ac4f6f3351cadc12656234e.tar.xz
execline-7390d0eacf18f70a3ac4f6f3351cadc12656234e.zip
Update documentation main
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/forbacktickx.html5
-rw-r--r--doc/forstdin.html2
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>&nbsp;<em>maxpar</em>&nbsp;: 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>&nbsp;<em>okcodes</em>&nbsp;: <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>