diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-20 14:25:00 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-20 14:25:00 +0000 |
commit | 0439a6585dc9e0b78d1ddddb3004b3bdd785f9a9 (patch) | |
tree | 7c24a7590428e244efe0e3ce383b680462da1ff4 | |
parent | 66fd6b861789a688c3279d2e934ba37ef62d5c80 (diff) | |
download | execline-0439a6585dc9e0b78d1ddddb3004b3bdd785f9a9.tar.xz |
Doc fix
-rw-r--r-- | doc/execlineb.html | 4 |
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> |