summaryrefslogtreecommitdiff
path: root/doc/s6-envdir.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/s6-envdir.html')
-rw-r--r--doc/s6-envdir.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-envdir.html b/doc/s6-envdir.html
index 472103d..6392963 100644
--- a/doc/s6-envdir.html
+++ b/doc/s6-envdir.html
@@ -34,7 +34,7 @@ that does not begin with a dot and does not contain the '=' character: </li>
<li> If <em>f</em> is empty, remove a variable named <em>f</em> from the environment, if any. </li>
<li> Else add a variable named <em>f</em> to the environment (or replace <em>f</em> if it
already exists) with the first line of the contents of file <em>f</em> as value.
-Spaces and tabs at the end of this line are removed;
+Spaces and tabs at the end of this line are removed, as well as any trailing newline;
null characters in this line are changed to newlines in the environment variable.</li>
</ul>