~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man2/chdir.2

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
.\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
31
31
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
32
32
.\"
33
 
.TH CHDIR 2 2007-07-26 "Linux" "Linux Programmer's Manual"
 
33
.TH CHDIR 2 2010-09-20 "Linux" "Linux Programmer's Manual"
34
34
.SH NAME
35
35
chdir, fchdir \- change working directory
36
36
.SH SYNOPSIS
46
46
.in
47
47
.sp
48
48
.BR fchdir ():
 
49
.PD 0
 
50
.ad l
 
51
.RS 4
 
52
.TP 4
 
53
Since glibc 2.12:
 
54
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
 
55
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED ||
 
56
_POSIX_C_SOURCE\ >=\ 200809L
 
57
.TP
 
58
Before glibc 2.12:
49
59
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
 
60
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
 
61
.RE
 
62
.ad
 
63
.PD
50
64
.SH DESCRIPTION
51
65
.BR chdir ()
52
66
changes the current working directory of the calling process to the
137
151
.BR getcwd (3),
138
152
.BR path_resolution (7)
139
153
.SH COLOPHON
140
 
This page is part of release 3.26 of the Linux
 
154
This page is part of release 3.27 of the Linux
141
155
.I man-pages
142
156
project.
143
157
A description of the project,