]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
environ.5 --> environ.7
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 00:45:46 +0000 (00:45 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 00:45:46 +0000 (00:45 +0000)
man2/execve.2
man3/clearenv.3
man3/exec.3
man3/getenv.3
man3/putenv.3
man3/setenv.3
man7/environ.7

index 23e4246b797257a82d4ed997b1fcd57e7433c5f6..be9a138f7405ee1976f548ff164b1a6285569a8e 100644 (file)
@@ -225,5 +225,5 @@ Since Unix V7 both are NULL.
 .BR ptrace (2),
 .BR execl (3),
 .BR fexecve (3),
-.BR environ (5),
+.BR environ (7),
 .BR ld.so (8)
index 8616a109533e7b7bf636a30b4bac4cacb62a81fa..3fe74c252389f776974dee1a31fd1c0aa8630902 100644 (file)
@@ -80,4 +80,4 @@ will return an error and the process environment will remain unchanged.
 .BR putenv (3),
 .BR setenv (3),
 .BR unsetenv (3),
-.BR environ (5)
+.BR environ (7)
index 932b220353dd0dfb9c31e35d7125874b5266e54d..3aa7100d6c7eb4fe731e643dea8581b842aa8636 100644 (file)
@@ -165,7 +165,7 @@ for any of the errors specified for the library function
 .BR fork (2),
 .BR ptrace (2),
 .BR fexecve (3),
-.BR environ (5)
+.BR environ (7)
 .SH COMPATIBILITY
 On some other systems the default path (used when the environment
 does not contain the variable \fBPATH\fR) has the current working
index 6e88702a5509d9f2841fe24d83ca62f158e2601d..bbe7c6aba92d93026acce6dc612d0cffb536b4c7 100644 (file)
@@ -50,4 +50,4 @@ SVID 3, POSIX, 4.3BSD, ISO 9899
 .BR putenv (3),
 .BR setenv (3),
 .BR unsetenv (3),
-.BR environ (5)
+.BR environ (7)
index fc8edce2dad48d45d06c09ddb7c8648d34cf2d47..4a5ffa69abca0ab0f8bdd968540174726125b10f 100644 (file)
@@ -91,4 +91,4 @@ SVID 3, POSIX, 4.3BSD
 .BR getenv (3),
 .BR setenv (3),
 .BR unsetenv (3),
-.BR environ (5)
+.BR environ (7)
index 95bc76edad1b00cd0bdd52e915956d629ce4c0b0..d95b696a292047038ec43fd8d0550742a15a397e 100644 (file)
@@ -83,4 +83,4 @@ however, versions of glibc before 2.3.4 allowed an '=' sign in
 .BR clearenv (3),
 .BR getenv (3),
 .BR putenv (3),
-.BR environ (5)
+.BR environ (7)
index 96de461938cdfb97afde624567df2dd2ea1971e2..1218d20b524a9ba8aeec8852b9b6009115f1979c 100644 (file)
@@ -30,7 +30,7 @@
 .\" Modified Wed Jan 24 06:37:24 2001 by Eric S. Raymond (esr@thyrsus.com)
 .\" Modified Thu Dec 13 23:53:27 2001 by Martin Schulze <joey@infodrom.org>
 .\"
-.TH ENVIRON 5 2001-12-14 "Linux" "Linux Programmer's Manual"
+.TH ENVIRON 7 2001-12-14 "Linux" "Linux Programmer's Manual"
 .SH NAME
 environ \- user environment
 .SH SYNOPSIS