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>
This commit is contained in:
Michael Kerrisk 2010-11-25 06:35:48 +01:00
parent 4d69ed2e0d
commit f18f882c85
1 changed files with 1 additions and 9 deletions

View File

@ -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),