From 5857362829c64c14e32a6f9be06e0169fb9f4edb Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 24 Nov 2021 16:49:22 +0000 Subject: Doc precision Signed-off-by: Laurent Bercot --- doc/s6-envdir.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:
  • If f is empty, remove a variable named f from the environment, if any.
  • Else add a variable named f to the environment (or replace f if it already exists) with the first line of the contents of file f 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.
  • -- cgit v1.3.1