Made CONFIG/CONFIGURING heading ==> CONFIGURATION

This commit is contained in:
Michael Kerrisk 2007-06-15 19:23:16 +00:00
parent 1a947a9636
commit 35490a1f81
4 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ 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 \fI/dev/full\fP device will return \\0 characters.
Seeks on \fI/dev/full\fP will always succeed. Seeks on \fI/dev/full\fP will always succeed.
.SH CONFIGURING .SH CONFIGURATION
If your system does not have \fI/dev/full\fP created already, it If your system does not have \fI/dev/full\fP created already, it
can be created with the following commands: can be created with the following commands:
.nf .nf

View File

@ -25,7 +25,7 @@
.TH MOUSE 4 1996-02-10 "Linux" "Linux Programmer's Manual" .TH MOUSE 4 1996-02-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mouse \- serial mouse interface mouse \- serial mouse interface
.SH CONFIG .SH CONFIGURATION
Serial mice are connected to a serial RS232/V24 dialout line, see Serial mice are connected to a serial RS232/V24 dialout line, see
.BR ttyS (4) .BR ttyS (4)
for a description. for a description.

View File

@ -45,7 +45,7 @@ literature, but it is theoretically possible that such an attack may
exist. exist.
If this is a concern in your application, use \fI/dev/random\fP If this is a concern in your application, use \fI/dev/random\fP
instead. instead.
.SH CONFIGURING .SH CONFIGURATION
If your system does not have If your system does not have
\fI/dev/random\fP and \fI/dev/urandom\fP created already, they \fI/dev/random\fP and \fI/dev/urandom\fP created already, they
can be created with the following commands: can be created with the following commands:

View File

@ -29,7 +29,7 @@ sd \- Driver for SCSI Disk Drives
#include <linux/hdreg.h> /* for HDIO_GETGEO */ #include <linux/hdreg.h> /* for HDIO_GETGEO */
#include <linux/fs.h> /* for BLKGETSIZE and BLKRRPART */ #include <linux/fs.h> /* for BLKGETSIZE and BLKRRPART */
.fi .fi
.SH CONFIG .SH CONFIGURATION
The block device name has the following form: The block device name has the following form:
.BI sd lp, .BI sd lp,
where where