diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-29 21:15:09 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-29 21:15:09 +0000 |
commit | 3999535246daf92954900bf0a531c7f4f5ca8a5a (patch) | |
tree | 8e62bc7a25fe13f4620e5eff3628cec8e7396d14 /doc/s6-printenv.html | |
parent | 623808eb97894fc87dec66f51483fbf9082a3892 (diff) | |
download | s6-portable-utils-3999535246daf92954900bf0a531c7f4f5ca8a5a.tar.xz |
Fix choice of words in s6-printenv.html (thx ammunta)
Diffstat (limited to 'doc/s6-printenv.html')
-rw-r--r-- | doc/s6-printenv.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-printenv.html b/doc/s6-printenv.html index 89617eb..3601e94 100644 --- a/doc/s6-printenv.html +++ b/doc/s6-printenv.html @@ -36,9 +36,9 @@ <h2> Options </h2> <ul> - <li> <tt>-0</tt> : separate file names with a null character + <li> <tt>-0</tt> : separate variable definitions with a null character instead of a newline. </li> - <li> <tt>-d</tt> <em>delim</em> : separate file names with the + <li> <tt>-d</tt> <em>delim</em> : separate variable definitions with the first character of <em>delim</em> instead of a newline </li> <li> <tt>-n</tt> : omit the last delimiter character </li> </ul> |