OSDN Git Service

(split) LDP: Update the version to 3.53 in PO files
[linuxjm/LDP_man-pages.git] / draft / man2 / fchownat.2
index 9f9a7cc..3b0d7c2 100644 (file)
@@ -27,7 +27,7 @@
 .\" 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 書式
@@ -69,7 +69,16 @@ _ATFILE_SOURCE
 
 \fIpathname\fP が絶対パスである場合、 \fIdirfd\fP は無視される。
 
-\fIflags\fP は 0 または以下のフラグである。
+The \fIflags\fP argument is a bit mask created by ORing together 0 or more of
+the following values;
+.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)  と同様にリンク自身に対して (所有者の変更の)
@@ -97,6 +106,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.52 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。