OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man4 / full.4
index d83d306..b4c4f84 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
 .TH FULL 4 2007-11-24 "Linux" "Linux Programmer's Manual"
 .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"
+.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/.