diff options
Diffstat (limited to 'doc/s6-unquote.html')
-rw-r--r-- | doc/s6-unquote.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-unquote.html b/doc/s6-unquote.html index af70928..6d681f5 100644 --- a/doc/s6-unquote.html +++ b/doc/s6-unquote.html @@ -41,7 +41,7 @@ cannot unquote <em>string</em> properly </li> <ul> <li> <tt>-n</tt> : do not print a trailing newline. </li> <li> <tt>-d</tt> <em>delim</em> : a list of characters that -will be considered as delimitors (to start and end the quoted string). +will be considered as delimiters (to start and end the quoted string). By default, only the double quote is such a character. If <em>delim</em> is the empty string, s6-unquote interprets <em>string</em> as non-delimited, only escaped (i.e. the result of some |