Wrap long lines

This commit is contained in:
Michael Kerrisk 2007-04-24 16:56:32 +00:00
parent aecf31c045
commit 099c2a5971
2 changed files with 8 additions and 4 deletions

View File

@ -61,12 +61,14 @@ On success zero is returned.
On error, \-1 is returned and errno is set appropriately.
.TP
.BR pciconfig_iobase ()
Returns information on locations of various I/O regions in physical memory according to the
Returns information on locations of various I/O
regions in physical memory according to the
.I which
value.
Values for
.I which
are: IOBASE_BRIDGE_NUMBER, IOBASE_MEMORY, IOBASE_IO, IOBASE_ISA_IO, IOBASE_ISA_MEM.
are: IOBASE_BRIDGE_NUMBER, IOBASE_MEMORY,
IOBASE_IO, IOBASE_ISA_IO, IOBASE_ISA_MEM.
.SH ERRORS
.TP
.B EINVAL

View File

@ -625,14 +625,16 @@ struct mtget {
The header file defines many values for
.BR mt_type ,
but the current driver reports only the generic types
\s-1MT_ISSCSI1\s+1 (Generic SCSI-1 tape) and \s-1MT_ISSCSI2\s+1 (Generic SCSI-2 tape).
\s-1MT_ISSCSI1\s+1 (Generic SCSI-1 tape)
and \s-1MT_ISSCSI2\s+1 (Generic SCSI-2 tape).
.PD 0
.IP \fBmt_resid\fP
contains the current tape partition number.
.IP \fBmt_dsreg\fP
reports the drive's current settings for block size (in the low 24
bits) and density (in the high 8 bits).
These fields are defined by \s-1MT_ST_BLKSIZE_SHIFT\s+1, \s-1MT_ST_BLKSIZE_MASK\s+1,
These fields are defined
by \s-1MT_ST_BLKSIZE_SHIFT\s+1, \s-1MT_ST_BLKSIZE_MASK\s+1,
\s-1MT_ST_DENSITY_SHIFT\s+1, and \s-1MT_ST_DENSITY_MASK\s+1.
.IP \fBmt_gstat\fP
reports generic (device independent) status information.