From 099c2a5971612643aa8b27202a905aa899fa0542 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 24 Apr 2007 16:56:32 +0000 Subject: [PATCH] Wrap long lines --- man2/pciconfig_read.2 | 6 ++++-- man4/st.4 | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/man2/pciconfig_read.2 b/man2/pciconfig_read.2 index df8bcabc1..f83557833 100644 --- a/man2/pciconfig_read.2 +++ b/man2/pciconfig_read.2 @@ -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 diff --git a/man4/st.4 b/man4/st.4 index 65e79d540..a33931df4 100644 --- a/man4/st.4 +++ b/man4/st.4 @@ -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.