diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-04-18 13:09:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-04-18 13:09:45 +0000 |
commit | 6910ea0e98ca11275c006d609d432e47c321054d (patch) | |
tree | 1d169041735c7fd185425aa5c4e24a0705dc30c1 /doc/s6-unquote.html | |
parent | 973473932c7464846a5b231046201576674a2857 (diff) | |
download | s6-portable-utils-6910ea0e98ca11275c006d609d432e47c321054d.tar.xz |
Doc fixes (thx flexibeast)
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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 |