diff options
Diffstat (limited to 'doc')
-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> |