aboutsummaryrefslogtreecommitdiffstats
path: root/man2/chdir.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-11-25 06:35:48 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-12-03 07:42:17 +0100
commitf18f882c8587c51a035479191a0eb19e50303b51 (patch)
treedd3541116256194a067b3c1235a28812446755a1 /man2/chdir.2
parent4d69ed2e0d56592a304eb8757600e102faa9e63a (diff)
downloadman-pages-f18f882c8587c51a035479191a0eb19e50303b51.tar.gz
chdir.2: Remove redundant and incorrect info on FTMs from NOTES
Reported-by: Martin Eberhard Schauer <Martin.E.Schauer@gmx.de> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/chdir.2')
-rw-r--r--man2/chdir.210
1 files changed, 1 insertions, 9 deletions
diff --git a/man2/chdir.2 b/man2/chdir.2
index 698e95025d..5b9b973a06 100644
--- a/man2/chdir.2
+++ b/man2/chdir.2
@@ -30,7 +30,7 @@
.\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH CHDIR 2 2010-09-26 "Linux" "Linux Programmer's Manual"
+.TH CHDIR 2 2010-11-25 "Linux" "Linux Programmer's Manual"
.SH NAME
chdir, fchdir \- change working directory
.SH SYNOPSIS
@@ -133,14 +133,6 @@ A child process created via
inherits its parent's current working directory.
The current working directory is left unchanged by
.BR execve (2).
-
-The prototype for
-.BR fchdir ()
-is only available if
-.B _BSD_SOURCE
-is defined, or
-.B _XOPEN_SOURCE
-is defined with the value 500.
.SH "SEE ALSO"
.BR chroot (2),
.BR getcwd (3),