summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-02-18 10:34:21 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-02-18 10:34:21 +0000
commit6e2ae8de0a7cf50600b98383943d6bcd6e7b9831 (patch)
tree63c0d4e7ba661b620d09a26468e36f56085321d8
parent99bc31bd42c2615d7a250f78868f01b92e3c10fc (diff)
downloadexecline-6e2ae8de0a7cf50600b98383943d6bcd6e7b9831.tar.xz
loopwhilex doc fix
-rw-r--r--doc/loopwhilex.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/loopwhilex.html b/doc/loopwhilex.html
index 9def60f..12896ab 100644
--- a/doc/loopwhilex.html
+++ b/doc/loopwhilex.html
@@ -39,10 +39,10 @@ waits for it to complete. </li>
<ul>
<li> <tt>-x</tt>&nbsp;<em>exitcodes</em>&nbsp;: <em>exitcodes</em> must be a comma-separated
-list of valid exit codes. If this option is given, <tt>loopwhilex</tt> will exit if <em>prog...</em>'s
-exit code is listed in <em>breakcodes</em>. </li>
+list of valid exit codes. If this option is given, <tt>loopwhilex</tt> will run as long as
+<em>prog...</em>'s exit code is <em>not</em> listed in <em>breakcodes</em>. </li>
<li> <tt>-n</tt>&nbsp;: negate the test: run <em>prog...</em> as long as it exits non-zero
-(or exits a code that is <em>not</em> listed in <em>breakcodes</em>). </li>
+(or exits a code that <em>is</em> listed in <em>breakcodes</em>). </li>
</ul>
<h2> Notes </h2>