OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man2 / mkdir.2
index 6b6460b..7fe7c21 100644 (file)
@@ -1,17 +1,18 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" This manpage is Copyright (C) 1992 Drew Eckhardt;
 .\"                               1993 Michael Haardt
 .\"                               1993,1994 Ian Jackson.
+.\"
+.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
 .\" You may distribute it under the terms of the GNU General
 .\" Public License. It comes with NO WARRANTY.
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH MKDIR 2 2010\-06\-26 Linux "Linux Programmer's Manual"
+.TH MKDIR 2 2013\-01\-27 Linux "Linux Programmer's Manual"
 .SH 名前
 mkdir \- ディレクトリを作成する
 .SH 書式
@@ -45,6 +46,10 @@ group ID ビットがセットされていたり、ファイルシステムが B
 プロセスが親ディレクトリへの書き込み許可を持たない、もしくは \fIpathname\fP 中のディレクトリのどれかに検索許可属性が無い
 (\fBpath_resolution\fP(7)  も参照)。
 .TP 
+\fBEDQUOT\fP
+The user's quota of disk blocks or inodes on the file system has been
+exhausted.
+.TP 
 \fBEEXIST\fP
 \fIpathname\fP が既に存在している(ただしそれがディレクトリであるとは限らない)。 \fIpathname\fP がシンボリックリンクの場合も
 (その指定先が存在するかどうかに関らず)エラーになる。
@@ -95,6 +100,6 @@ NFS を実現しているプロトコルには多くの不備が存在し、 そ
 \fBmount\fP(2), \fBrmdir\fP(2), \fBstat\fP(2), \fBumask\fP(2), \fBunlink\fP(2),
 \fBpath_resolution\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。