diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-24 14:28:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-24 14:28:31 +0000 |
commit | 1a193920ece5297d8676afef5b1e69e785522ad3 (patch) | |
tree | ad9abbb84965b2010bd4a5b9539875a81745a9a5 | |
parent | 8abe4609bac5f3a8a1a43735bcd58fae0818d8fe (diff) | |
download | s6-portable-utils-1a193920ece5297d8676afef5b1e69e785522ad3.tar.xz |
Another doc typo fix
-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 546082e..aa00404 100644 --- a/doc/s6-unquote.html +++ b/doc/s6-unquote.html @@ -31,7 +31,7 @@ <li> s6-unquote unquotes <em>string</em>, which must follow the syntax of <a href="s6-quote.html">s6-quote</a>'s output strings </li> <li> It prints various warning or error messages to stderr if it -cannot unquote <em>string</em> properly </li> +cannot unquote <em>string</em> properly </li> <li> If successful, it prints the result to stdout and exits 0 </li> </ul> |