OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man2 / symlink.2
index 17ea09e..e2a7d45 100644 (file)
@@ -1,8 +1,7 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" This manpage is Copyright (C) 1992 Drew Eckhardt;
 .\"                               1993 Michael Haardt, Ian Jackson.
 .\"
+.\" %%%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.
@@ -22,6 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Modified 1993-07-24 by Rik Faith
 .\" Modified 1996-04-26 by Nick Duffek <nsd@bbc.com>
@@ -34,7 +34,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH SYMLINK 2 2010\-09\-20 Linux "Linux Programmer's Manual"
+.TH SYMLINK 2 2013\-01\-27 Linux "Linux Programmer's Manual"
 .SH 名前
 symlink \- ファイルに新しい名前を付ける
 .SH 書式
@@ -77,6 +77,11 @@ _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTEND
 \fInewpath\fP を含んでいるディレクトリへの書き込みが拒否されたか、 \fInewpath\fP
 に含まれているディレクトリのどれかに検索許可が与えられていない (\fBpath_resolution\fP(7)  も参照すること)。
 .TP 
+\fBEDQUOT\fP
+The user's quota of resources on the file system has been exhausted.  The
+resources could be inodes or disk blocks, depending on the file system
+implementation.
+.TP 
 \fBEEXIST\fP
 \fInewpath\fP が既に存在する。
 .TP 
@@ -125,6 +130,6 @@ symlink によって参照される名前を削除すると (それが他にハ
 \fBrename\fP(2), \fBsymlinkat\fP(2), \fBunlink\fP(2), \fBpath_resolution\fP(7),
 \fBsymlink\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。