OSDN Git Service

(split) LDP: Update release from ja.po of LDP v3.51
[linuxjm/LDP_man-pages.git] / release / man4 / full.4
index a25aea8..c637035 100644 (file)
@@ -1,7 +1,6 @@
-.\" -*- nroff -*-
-.\"
 .\" This man-page is Copyright (C) 1997 John S. Kallal
 .\"
+.\" %%%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.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" correction, aeb, 970825
+.\"*******************************************************************
 .\"
-.\" Japanese Version Copyright (c) 1998
-.\"         ISHIKAWA Mutsumi, all rights reserved.
-.\"
-.\" Translated into Japanese Mon Jan 12 02:59:50 JST 1998
-.\"         by ISHIKAWA Mutsumi <ishikawa@linux.or.jp>
-.\" Updated 2006-07-20, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>, LDP v2.34
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH FULL 4 2007-11-24 "Linux" "Linux Programmer's Manual"
-.SH Ì¾Á°
-full \- ¤¤¤Ä¤â full ¤Ç¤¢¤ë¥Ç¥Ð¥¤¥¹
-.SH ÀßÄê
-¥·¥¹¥Æ¥à¤ËºîÀ®ºÑ¤ß¤Î \fI/dev/full\fP ¤¬¤Ê¤¤¾ì¹ç¡¢
-¼¡¤Î¥³¥Þ¥ó¥É¤Ë¤è¤êºîÀ®¤Ç¤­¤ë¡£
+.\"*******************************************************************
+.TH FULL 4 2007\-11\-24 Linux "Linux Programmer's Manual"
+.SH 名前
+full \- いつも full であるデバイス
+.SH 設定
+システムに作成済みの \fI/dev/full\fP がない場合、 次のコマンドにより作成できる。
 .nf
 
         mknod \-m 666 /dev/full c 1 7
         chown root:root /dev/full
 .fi
-.SH ÀâÌÀ
-\fI/dev/full\fP ¤Ï¡¢¥á¥¸¥ã¡¼¥Ç¥Ð¥¤¥¹ÈÖ¹æ 1¡¢
-¥Þ¥¤¥Ê¡¼¥Ç¥Ð¥¤¥¹ÈÖ¹æ 7 ¤Î¥Õ¥¡¥¤¥ë¤Ç¤¢¤ë¡£
+.SH 説明
+\fI/dev/full\fP は、メジャーデバイス番号 1、 マイナーデバイス番号 7 のファイルである。
 .LP
-\fI/dev/full\fP ¥Ç¥Ð¥¤¥¹¤Ø¤Î½ñ¤­¹þ¤ß¤Ï¡¢
-.B ENOSPC
-¥¨¥é¡¼¤Ç¼ºÇÔ¤¹¤ë¡£
-¤³¤ÎÆ°ºî¤ò»È¤Ã¤Æ¡¢¥×¥í¥°¥é¥à¤¬¥Ç¥£¥¹¥¯¥Õ¥ë¤Î¥¨¥é¡¼¤ò¤É¤Î¤è¤¦¤Ë
-½èÍý¤¹¤ë¤«¤ò¥Æ¥¹¥È¤Ç¤­¤ë¡£
+\fI/dev/full\fP デバイスへの書き込みは、 \fBENOSPC\fP エラーで失敗する。
+この動作を使って、プログラムがディスクフルのエラーをどのように 処理するかをテストできる。
 
-\fI/dev/full\fP ¥Ç¥Ð¥¤¥¹¤«¤é¤ÎÆɤ߽Ф·¤Ç¤Ï¡¢\\0 Ê¸»ú(¥Ì¥ëʸ»ú)¤¬ÊÖ¤µ¤ì¤ë¡£
+\fI/dev/full\fP デバイスからの読み出しでは、\e0 文字(ヌル文字)が返される。
 
-\fI/dev/full\fP ¤Î¥·¡¼¥¯ (seek) ¤Ï¾ï¤ËÀ®¸ù¤¹¤ë¡£
-.SH ¥Õ¥¡¥¤¥ë
+\fI/dev/full\fP のシーク (seek) は常に成功する。
+.SH ファイル
 /dev/full
-.SH ´ØÏ¢¹àÌÜ
-.BR mknod (1),
-.BR null (4),
-.BR zero (4)
+.SH 関連項目
+\fBmknod\fP(1), \fBnull\fP(4), \fBzero\fP(4)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。