summaryrefslogtreecommitdiff
path: root/doc/loopwhilex.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-02-18 10:39:09 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-02-18 10:39:09 +0000
commitc73a41da14650d93801a59b85757a73741be986f (patch)
tree97a55e3432ef5a550ce3149ca0a16fb018a0bed6 /doc/loopwhilex.html
parent6e2ae8de0a7cf50600b98383943d6bcd6e7b9831 (diff)
downloadexecline-c73a41da14650d93801a59b85757a73741be986f.tar.xz
Better wording
Diffstat (limited to 'doc/loopwhilex.html')
-rw-r--r--doc/loopwhilex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/loopwhilex.html b/doc/loopwhilex.html
index 12896ab..91e9fb1 100644
--- a/doc/loopwhilex.html
+++ b/doc/loopwhilex.html
@@ -39,8 +39,8 @@ 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 run as long as
-<em>prog...</em>'s exit code is <em>not</em> listed in <em>breakcodes</em>. </li>
+list of valid exit codes. If this option is given, <tt>loopwhilex</tt> will run
+<em>prog...</em> as long as its 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 <em>is</em> listed in <em>breakcodes</em>). </li>
</ul>