Re-ordered CONFIGURATION section to go before DESCRIPTION.

This commit is contained in:
Michael Kerrisk 2007-11-23 07:28:46 +00:00
parent f50f6cb5a8
commit 3e04005bc6
1 changed files with 8 additions and 8 deletions

View File

@ -26,6 +26,14 @@
.TH FULL 4 1997-08-02 "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
can be created with the following commands:
.nf
mknod \-m 666 /dev/full c 1 7
chown root:root /dev/full
.fi
.SH DESCRIPTION
File \fI/dev/full\fP has major device number 1
and minor device number 7.
@ -38,14 +46,6 @@ 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.
Seeks on \fI/dev/full\fP will always succeed.
.SH CONFIGURATION
If your system does not have \fI/dev/full\fP created already, it
can be created with the following commands:
.nf
mknod \-m 666 /dev/full c 1 7
chown root:root /dev/full
.fi
.SH FILES
/dev/full
.SH "SEE ALSO"