diff options
Diffstat (limited to 'man3/clearenv.3')
| -rw-r--r-- | man3/clearenv.3 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/man3/clearenv.3 b/man3/clearenv.3 index 078b447ec8..bae57ea6f6 100644 --- a/man3/clearenv.3 +++ b/man3/clearenv.3 @@ -62,9 +62,22 @@ T} Thread safety MT-Unsafe const:env .hy .ad .sp 1 -.SH VERSIONS -Available since glibc 2.0. .SH STANDARDS +.TP +.BR putenv () +POSIX.1-2008. +.TP +.BR clearenv () +None. +.SH HISTORY +.TP +.BR putenv () +glibc 2.0. +POSIX.1-2001. +.TP +.BR clearenv () +glibc 2.0. +.PP Various UNIX variants (DG/UX, HP-UX, QNX, ...). POSIX.9 (bindings for FORTRAN77). POSIX.1-1996 did not accept |
