X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman2%2Fchown.2;fp=original%2Fman2%2Fchown.2;h=2c39ba863f5f1a2e7db52f981a7cfd1191792131;hb=78d692a91a29bb279b5fc6a6294ff3e418a184c8;hp=c7b2bd6c0aa343bdf8c42666771c09b6a0d60371;hpb=4e97855ae13e755d3b00494d44c05344088547c0;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man2/chown.2 b/original/man2/chown.2 index c7b2bd6c..2c39ba86 100644 --- a/original/man2/chown.2 +++ b/original/man2/chown.2 @@ -35,7 +35,7 @@ .\" (bsdgroups versus sysvgroups, and the effect of the parent .\" directory's set-group-ID permission bit). .\" -.TH CHOWN 2 2014-02-21 "Linux" "Linux Programmer's Manual" +.TH CHOWN 2 2014-03-19 "Linux" "Linux Programmer's Manual" .SH NAME chown, fchown, lchown, fchownat \- change ownership of a file .SH SYNOPSIS @@ -195,6 +195,11 @@ flag). In this case, .I dirfd can refer to any type of file, not just a directory. +If +.I dirfd +is +.BR AT_FDCWD , +the call operates on the current working directory. This flag is Linux-specific; define .B _GNU_SOURCE .\" Before glibc 2.16, defining _ATFILE_SOURCE sufficed @@ -471,3 +476,11 @@ main(int argc, char *argv[]) .BR flock (2), .BR path_resolution (7), .BR symlink (7) +.SH COLOPHON +This page is part of release 3.64 of the Linux +.I man-pages +project. +A description of the project, +and information about reporting bugs, +can be found at +\%http://www.kernel.org/doc/man\-pages/.