summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-11-24 16:49:22 +0000
committerLaurent Bercot <ska@appnovation.com>2021-11-24 16:49:22 +0000
commit5857362829c64c14e32a6f9be06e0169fb9f4edb (patch)
tree826e49ae6ab45098e4c5ec8b3b5aaa432a489b64 /doc
parent29ccb564e301e98d37fa6ad74694e810db80ba51 (diff)
downloads6-5857362829c64c14e32a6f9be06e0169fb9f4edb.tar.xz
Doc precision
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-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>