OSDN Git Service

(split) LDP: Update the version to 3.53 in PO files
[linuxjm/LDP_man-pages.git] / draft / man2 / fstatat.2
index 70e756a..6fd2ff0 100644 (file)
@@ -27,7 +27,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH FSTATAT 2 2012\-05\-04 Linux "Linux Programmer's Manual"
+.TH FSTATAT 2 2013\-07\-21 Linux "Linux Programmer's Manual"
 .SH 名前
 fstatat \- ディレクトリファイルディスクリプタから相対的な位置にあるファイルの状態を取得する
 .SH 書式
@@ -70,6 +70,14 @@ _ATFILE_SOURCE
 
 \fIflags\fP には 0 または以下のフラグの 1 つ以上を論理和 (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 in
+which case the call operates 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_NO_AUTOMOUNT\fP (Linux 2.6.38 以降)
 \fIpathname\fP がオートマウントポイントのディレクトリの場合、
 \fIpathname\fP の最後の要素 ("basename") のオートマウントを行わない。
@@ -110,6 +118,6 @@ glibc の \fBfstatat\fP() のラッパー関数が利用するシステムコー
 .SH 関連項目
 \fBopenat\fP(2), \fBstat\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/ に書かれている。