OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man4 / full.4
index fbea518..b4c4f84 100644 (file)
@@ -27,7 +27,9 @@
 .SH NAME
 full \- always full device
 .SH CONFIGURATION
-If your system does not have \fI/dev/full\fP created already, it
+If your system does not have
+.I /dev/full
+created already, it
 can be created with the following commands:
 .nf
 
@@ -35,20 +37,37 @@ can be created with the following commands:
         chown root:root /dev/full
 .fi
 .SH DESCRIPTION
-File \fI/dev/full\fP has major device number 1
+File
+.I /dev/full
+has major device number 1
 and minor device number 7.
 .LP
-Writes to the \fI/dev/full\fP device will fail with an
+Writes to the
+.I /dev/full
+device will fail with an
 .B ENOSPC
 error.
 This can be used to test how a program handles disk-full errors.
 
-Reads from the \fI/dev/full\fP device will return \\0 characters.
+Reads from the
+.I /dev/full
+device will return \\0 characters.
 
-Seeks on \fI/dev/full\fP will always succeed.
+Seeks on
+.I /dev/full
+will always succeed.
 .SH FILES
 /dev/full
 .SH SEE ALSO
 .BR mknod (1),
 .BR null (4),
 .BR zero (4)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.