OSDN Git Service

Update release for LDP 3.67
[linuxjm/LDP_man-pages.git] / release / man2 / symlink.2
index e5002ab..90046df 100644 (file)
@@ -44,7 +44,7 @@
 .\"         by Yuichi SATO <ysato444@yahoo.co.jp>
 .\" Updated 2013-05-06, Akihiro MOTOKI <amotoki@gmail.com>
 .\"
-.TH SYMLINK 2 2014\-02\-21 Linux "Linux Programmer's Manual"
+.TH SYMLINK 2 2014\-05\-05 Linux "Linux Programmer's Manual"
 .SH 名前
 symlink, symlinkat \- ファイルに新しい名前を付ける
 .SH 書式
@@ -160,6 +160,10 @@ I/O エラーが発生した。
 \fBEBADF\fP
 \fInewdirfd\fP が有効なファイルディスクリプタでない。
 .TP 
+\fBENOENT\fP
+\fIlinkpath\fP is a relative pathname and \fInewdirfd\fP refers to a directory
+that has been deleted.
+.TP 
 \fBENOTDIR\fP
 \fIlinkpath\fP が相対パスで、 \fInewdirfd\fP がディレクトリ以外のファイルを参照しているファイルディスクリプタである。
 .SH バージョン
@@ -182,6 +186,6 @@ I/O エラーが発生した。
 \fBln\fP(1), \fBlchown\fP(2), \fBlink\fP(2), \fBlstat\fP(2), \fBopen\fP(2), \fBreadlink\fP(2),
 \fBrename\fP(2), \fBunlink\fP(2), \fBpath_resolution\fP(7), \fBsymlink\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.63 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。