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

« back to all changes in this revision

Viewing changes to man2/chmod.2

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
.\"   <michael@cantor.informatik.rwth-aachen.de>: NFS details
29
29
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
30
30
.\"
31
 
.TH CHMOD 2 2010-09-20 "Linux" "Linux Programmer's Manual"
 
31
.TH CHMOD 2 2010-09-26 "Linux" "Linux Programmer's Manual"
32
32
.SH NAME
33
33
chmod, fchmod \- change permissions of a file
34
34
.SH SYNOPSIS
47
47
.PD 0
48
48
.BR fchmod ():
49
49
.RS 4
50
 
.TP 4
51
 
Since glibc 2.12:
52
 
_POSIX_C_SOURCE\ >=\ 200809L ||
53
 
_BSD_SOURCE ||
54
 
_XOPEN_SOURCE\ >=\ 500 ||
55
 
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
56
 
.TP
57
 
Before glibc 2.12:
58
 
_BSD_SOURCE ||
59
 
_XOPEN_SOURCE\ >=\ 500 ||
60
 
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
61
 
.RE
 
50
_BSD_SOURCE ||
 
51
_XOPEN_SOURCE\ >=\ 500 ||
 
52
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
 
53
.br
 
54
|| /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L
62
55
.PD
63
56
.ad
64
57
.SH DESCRIPTION
232
225
.BR stat (2),
233
226
.BR path_resolution (7)
234
227
.SH COLOPHON
235
 
This page is part of release 3.27 of the Linux
 
228
This page is part of release 3.32 of the Linux
236
229
.I man-pages
237
230
project.
238
231
A description of the project,