commit 5857362829c64c14e32a6f9be06e0169fb9f4edb
parent 29ccb564e301e98d37fa6ad74694e810db80ba51
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Wed, 24 Nov 2021 16:49:22 +0000
Doc precision
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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>