X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman3%2Fmkfifo.3;h=c9f51b14e9f5cd56b00da3adf4ab4e56ebb2b1f4;hb=40274b7d79d419993de4a745e3ae86ca6d0f417f;hp=2e0b429cdeddc699e7bec3e2bab2e69241ab84ce;hpb=fc763faabe545d972b718551999cbd8204464dd6;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man3/mkfifo.3 b/draft/man3/mkfifo.3 index 2e0b429c..c9f51b14 100644 --- a/draft/man3/mkfifo.3 +++ b/draft/man3/mkfifo.3 @@ -1,7 +1,6 @@ -.\" Hey Emacs! This file is -*- nroff -*- source. -.\" .\" This manpage is Copyright (C) 1995 James R. Van Zandt .\" +.\" %%%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. @@ -21,6 +20,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .\" changed section from 2 to 3, aeb, 950919 .\" @@ -29,7 +29,16 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH MKFIFO 3 2008\-06\-12 GNU "Linux Programmer's Manual" +.\" +.\" Japanese Version Copyright (c) 1998 George Momma +.\" all rights reserved. +.\" Translated Mon May 25 23:11:03 JST 1998 +.\" by George Momma +.\" Updated 1999-12-11 by Kentaro Shirakata +.\" Updated 2008-07-30 by Kentaro Shirakata +.\" Updated 2013-05-06, Akihiro MOTOKI +.\" +.TH MKFIFO 3 2013\-01\-27 GNU "Linux Programmer's Manual" .SH 名前 mkfifo \- FIFOスペシャルファイル(名前付きパイプ)を作成する .SH 書式 @@ -58,6 +67,9 @@ FIFOスペシャルファイルをブロックせずに扱う方法について \fBEACCES\fP \fIpathname\fP の中のディレクトリの一つに対し検索(実行)許可がない。 .TP +\fBEDQUOT\fP +ディスクブロックか inode がそのファイルシステムのユーザクォータに達していた。 +.TP \fBEEXIST\fP \fIpathname\fP がすでに存在する。 これには \fIpathname\fP がシンボリックリンクである場合も含まれる (シンボリックリンクがリンク切れか (dangling) どうかは関係ない)。 @@ -84,6 +96,6 @@ POSIX.1\-2001. \fBmkfifo\fP(1), \fBclose\fP(2), \fBopen\fP(2), \fBread\fP(2), \fBstat\fP(2), \fBumask\fP(2), \fBwrite\fP(2), \fBmkfifoat\fP(3), \fBfifo\fP(7) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。