summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ips.4
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-11-12 02:26:47 +0000
committerhmp <hmp@FreeBSD.org>2003-11-12 02:26:47 +0000
commite54b694800f9bb2ad000548af627767a0336f13d (patch)
treef84c2614a5ad11267d20b016b092174de3cfc01e /share/man/man4/ips.4
parent2d3fabf54858b53d5e789cf4ab54f9c396a15c4d (diff)
downloadFreeBSD-src-e54b694800f9bb2ad000548af627767a0336f13d.zip
FreeBSD-src-e54b694800f9bb2ad000548af627767a0336f13d.tar.gz
Mdoc Janitor:
* Add missing `utility' word to sentence describing ips(4) card configuration. * Remove extraneous use of .Pp, and describe the tunable hw.ips.0.disable in a better way. * Replace wrongly used .Op mdoc macros with the .Bq macro. The .Op macro should only be used when describing a ``usage'' line of a utility/command. * Add .Er, for marking errno defines (ENOMEM etc etc)
Diffstat (limited to 'share/man/man4/ips.4')
-rw-r--r--share/man/man4/ips.419
1 files changed, 10 insertions, 9 deletions
diff --git a/share/man/man4/ips.4 b/share/man/man4/ips.4
index e294260..c66050b 100644
--- a/share/man/man4/ips.4
+++ b/share/man/man4/ips.4
@@ -63,7 +63,7 @@ This utility is accessed with the
key combination during the initial card
.Tn POST .
.Pp
-It is highly recommended that this be used to configure the card
+It is highly recommended that this utility be used to configure the card
before attempting to diagnose the below error messages.
.Pp
In some cases, the
@@ -71,12 +71,12 @@ In some cases, the
driver can have difficulties attaching during
the system initialization period.
To avoid these difficulties, set the
-.Pp
-.Dl hw.ips.0.disable=1
-.Pp
-.Xr sysctl
-.Dq MIB
-to prevent the driver from attaching.
+.Dl hw.ips.0.disable
+tunable to
+.Dq 1 .
+This
+.Tn MIB
+prevents the driver from attaching.
.Sh DIAGNOSTICS
Several error codes may be shown when the card initializes the
.Tn IBM
@@ -92,7 +92,7 @@ Unable to obtain adapter or drive configuration.
.It ips%d iobuf error
.Pp
A buffer input/output error has occurred.
-.Op ENXIO
+.Bq Er ENXIO
.El
.Ss General adapter errors:
.Bl -diag
@@ -143,7 +143,7 @@ Failure to map or allocate DMA resources.
The
.Nm
driver will return
-.Op ENOMEM
+.Bq Er ENOMEM
in such cases.
.It ERROR: unable to get a command! can't flush cache!
.It ERROR: cache flush command failed!
@@ -177,5 +177,6 @@ driver was written by
.An David Jefferys
and
.An Scott Long Aq scottl@FreeBSD.org .
+.Pp
This manual page was written by
.An Tom Rhodes Aq trhodes@FreeBSD.org .
OpenPOWER on IntegriCloud