X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman2%2Ffchownat.2;h=7665934045cf7175ac6df193cfd5d97e52e83c9e;hb=1e4180088d00386dcdebf39cc1882357e9cce486;hp=d31e10b3d78452150568d8b469e7c0ad41671f30;hpb=fc763faabe545d972b718551999cbd8204464dd6;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man2/fchownat.2 b/draft/man2/fchownat.2 index d31e10b3..76659340 100644 --- a/draft/man2/fchownat.2 +++ b/draft/man2/fchownat.2 @@ -1,7 +1,6 @@ -.\" Hey Emacs! This file is -*- nroff -*- source. -.\" .\" This manpage is Copyright (C) 2006, Michael Kerrisk .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -21,14 +20,14 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. -.\" +.\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH FCHOWNAT 2 2012\-05\-04 Linux "Linux Programmer's Manual" +.TH FCHOWNAT 2 2013\-07\-21 Linux "Linux Programmer's Manual" .SH 名前 fchownat \- ディレクトリファイルディスクリプタから相対的な位置にあるファイルの所有者を変更する .SH 書式 @@ -70,7 +69,15 @@ _ATFILE_SOURCE \fIpathname\fP が絶対パスである場合、 \fIdirfd\fP は無視される。 -\fIflags\fP は 0 または以下のフラグである。 +\fIflags\fP 引き数は、 以下の値を 0 個以上 OR して作られるビットマスクである。 +.TP + \fBAT_EMPTY_PATH\fP (since Linux 2.6.39) +.\" commit 65cfc6722361570bfe255698d9cd4dccaf47570d +If \fIpathname\fP is an empty string, operate on the file referred to by +\fIdirfd\fP (which may have been obtained using the \fBopen\fP(2) \fBO_PATH\fP +flag). In this case, \fIdirfd\fP can refer to any type of file, not just a +directory. + .TP \fBAT_SYMLINK_NOFOLLOW\fP \fIpathname\fP がシンボリックリンクの場合は、それを辿るのではなく、 \fBlchown\fP(2) と同様にリンク自身に対して (所有者の変更の) @@ -98,6 +105,6 @@ POSIX.1\-2008. Solaris には、これと同じようなシステムコール .SH 関連項目 \fBchown\fP(2), \fBopenat\fP(2), \fBpath_resolution\fP(7), \fBsymlink\fP(7) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。