setenv.3: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 11:04:15 +02:00
parent e4dc59e757
commit 246d0d4441
1 changed files with 4 additions and 4 deletions

View File

@ -139,9 +139,9 @@ T{
T} Thread safety MT-Unsafe const:env
.TE
.SH CONFORMING TO
4.3BSD, POSIX.1-2001.
POSIX.1-2001, POSIX.1-2008, 4.3BSD.
.SH NOTES
POSIX.1-2001 does not require
POSIX.1 does not require
.BR setenv ()
or
.BR unsetenv ()
@ -153,9 +153,9 @@ was prototyped
as returning
.IR void ;
more recent glibc versions follow the
POSIX.1-2001-compliant prototype shown in the SYNOPSIS.
POSIX.1-compliant prototype shown in the SYNOPSIS.
.SH BUGS
POSIX.1-2001 specifies that if
POSIX.1 specifies that if
.I name
contains an \(aq=\(aq character, then
.BR setenv ()