diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-04-21 00:45:46 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-04-21 00:45:46 +0000 |
| commit | aa949e2d590925684d3c4ea148fbf25acced48bf (patch) | |
| tree | 333fdbc269d7a1e5d65a26639cb17f8dd2e88932 | |
| parent | 3e603aad984a3d520cad151a249afe08f9f9a8fb (diff) | |
| download | man-pages-aa949e2d590925684d3c4ea148fbf25acced48bf.tar.gz | |
environ.5 --> environ.7
| -rw-r--r-- | man2/execve.2 | 2 | ||||
| -rw-r--r-- | man3/clearenv.3 | 2 | ||||
| -rw-r--r-- | man3/exec.3 | 2 | ||||
| -rw-r--r-- | man3/getenv.3 | 2 | ||||
| -rw-r--r-- | man3/putenv.3 | 2 | ||||
| -rw-r--r-- | man3/setenv.3 | 2 | ||||
| -rw-r--r-- | man7/environ.7 | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/man2/execve.2 b/man2/execve.2 index 23e4246b79..be9a138f74 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -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) diff --git a/man3/clearenv.3 b/man3/clearenv.3 index 8616a10953..3fe74c2523 100644 --- a/man3/clearenv.3 +++ b/man3/clearenv.3 @@ -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) diff --git a/man3/exec.3 b/man3/exec.3 index 932b220353..3aa7100d6c 100644 --- a/man3/exec.3 +++ b/man3/exec.3 @@ -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 diff --git a/man3/getenv.3 b/man3/getenv.3 index 6e88702a55..bbe7c6aba9 100644 --- a/man3/getenv.3 +++ b/man3/getenv.3 @@ -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) diff --git a/man3/putenv.3 b/man3/putenv.3 index fc8edce2da..4a5ffa69ab 100644 --- a/man3/putenv.3 +++ b/man3/putenv.3 @@ -91,4 +91,4 @@ SVID 3, POSIX, 4.3BSD .BR getenv (3), .BR setenv (3), .BR unsetenv (3), -.BR environ (5) +.BR environ (7) diff --git a/man3/setenv.3 b/man3/setenv.3 index 95bc76edad..d95b696a29 100644 --- a/man3/setenv.3 +++ b/man3/setenv.3 @@ -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) diff --git a/man7/environ.7 b/man7/environ.7 index 96de461938..1218d20b52 100644 --- a/man7/environ.7 +++ b/man7/environ.7 @@ -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 |
