OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / clearenv.3
index ba727fe..f9d0ef3 100644 (file)
@@ -23,7 +23,7 @@
 .\" %%%LICENSE_END
 .\"
 .\" Additions, aeb, 2001-10-17.
-.TH CLEARENV 3  2010-10-04 "Linux" "Linux Programmer's Manual"
+.TH CLEARENV 3  2014-08-19 "Linux" "Linux Programmer's Manual"
 .SH NAME
 clearenv \- clear the environment
 .SH SYNOPSIS
@@ -55,8 +55,7 @@ value on failure.
 .\" Most versions of UNIX return -1 on error, or do not even have errors.
 .\" Glibc info and the Watcom C library document "a nonzero value".
 .SH VERSIONS
-Not in libc4, libc5.
-In glibc since glibc 2.0.
+Available since glibc 2.0.
 .SH CONFORMING TO
 Various UNIX variants (DG/UX, HP-UX, QNX, ...).
 POSIX.9 (bindings for FORTRAN77).
@@ -100,3 +99,12 @@ will return an error and the process environment will remain unchanged.
 .BR setenv (3),
 .BR unsetenv (3),
 .BR environ (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.