This commit is contained in:
Michael Kerrisk 2006-08-04 09:27:16 +00:00
parent 953ba3f070
commit e45a6aeadc
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ value on failure.
Not in libc4, libc5. In glibc since glibc 2.0.
.SH "CONFORMING TO"
Various Unix variants (DGUX, HP-UX, QNX, ...).
Various Unix variants (DG/UX, HP-UX, QNX, ...).
POSIX.9 (bindings for FORTRAN77).
POSIX.1-1996 did not accept \fBclearenv\fP() and \fIputenv\fP(),
but changed its mind and scheduled these functions for some
@ -64,7 +64,7 @@ the assignment
.RE
will probably do.
.LP
The DGUX and Tru64 manpages write: If
The DG/UX and Tru64 manpages write: If
.I environ
has been modified by anything other than the
.BR putenv (),