summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-05-20 14:25:00 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-05-20 14:25:00 +0000
commit0439a6585dc9e0b78d1ddddb3004b3bdd785f9a9 (patch)
tree7c24a7590428e244efe0e3ce383b680462da1ff4 /doc
parent66fd6b861789a688c3279d2e934ba37ef62d5c80 (diff)
downloadexecline-0439a6585dc9e0b78d1ddddb3004b3bdd785f9a9.tar.xz
Doc fix
Diffstat (limited to 'doc')
-rw-r--r--doc/execlineb.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/execlineb.html b/doc/execlineb.html
index 17edd72..da20e4c 100644
--- a/doc/execlineb.html
+++ b/doc/execlineb.html
@@ -203,10 +203,10 @@ positional parameters:
</p>
<ul>
- <li> If <tt>EXECLINE_STRICT</tt> is 0 or unset: the script will run
+ <li> If <tt>EXECLINE_STRICT</tt> is 0: the script will run
silently, and missing positional parameters, up to <em>nmin</em>, will
be substituted with the empty word. </li>
- <li> If <tt>EXECLINE_STRICT</tt> is 1: same, but the script will
+ <li> If <tt>EXECLINE_STRICT</tt> is 1 or unset: same, but the script will
print a warning message rather than run silently. </li>
<li> If <tt>EXECLINE_STRICT</tt> is 2: the script will exit with an
error message. </li>