summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-10-29 21:15:09 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-10-29 21:15:09 +0000
commit3999535246daf92954900bf0a531c7f4f5ca8a5a (patch)
tree8e62bc7a25fe13f4620e5eff3628cec8e7396d14
parent623808eb97894fc87dec66f51483fbf9082a3892 (diff)
downloads6-portable-utils-3999535246daf92954900bf0a531c7f4f5ca8a5a.tar.xz
Fix choice of words in s6-printenv.html (thx ammunta)
-rw-r--r--doc/s6-printenv.html4
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>&nbsp;: separate file names with a null character
+ <li> <tt>-0</tt>&nbsp;: separate variable definitions with a null character
instead of a newline. </li>
- <li> <tt>-d</tt>&nbsp;<em>delim</em>&nbsp;: separate file names with the
+ <li> <tt>-d</tt>&nbsp;<em>delim</em>&nbsp;: separate variable definitions with the
first character of <em>delim</em> instead of a newline </li>
<li> <tt>-n</tt>&nbsp;: omit the last delimiter character </li>
</ul>