summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mptable/mptable.1
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-09-25 06:47:33 +0000
committercharnier <charnier@FreeBSD.org>1997-09-25 06:47:33 +0000
commite22797c8f46454f7af0ef4b72936fbd735c8733d (patch)
tree7692c16c81c1f611baa73a3308c06faf5aa73b8b /usr.sbin/mptable/mptable.1
parent50b0f8d6fcdc85c27ac8c13affff5ef45525a1e2 (diff)
downloadFreeBSD-src-e22797c8f46454f7af0ef4b72936fbd735c8733d.zip
FreeBSD-src-e22797c8f46454f7af0ef4b72936fbd735c8733d.tar.gz
Use err(3). Add missing parameter for printf() (reviewed by steve).
Diffstat (limited to 'usr.sbin/mptable/mptable.1')
-rw-r--r--usr.sbin/mptable/mptable.135
1 files changed, 17 insertions, 18 deletions
diff --git a/usr.sbin/mptable/mptable.1 b/usr.sbin/mptable/mptable.1
index 3152948..19c6604 100644
--- a/usr.sbin/mptable/mptable.1
+++ b/usr.sbin/mptable/mptable.1
@@ -25,13 +25,13 @@
.Os
.Sh NAME
.Nm mptable
-.Nd display MP configuration table.
+.Nd display MP configuration table
.Sh SYNOPSIS
.Nm mptable
-.Op Ar -dmesg
-.Op Ar -verbose
-.Op Ar -grope
-.Op Ar -help
+.Op Fl dmesg
+.Op Fl verbose
+.Op Fl grope
+.Op Fl help
.Sh DESCRIPTION
The
.Nm
@@ -42,18 +42,17 @@ an SMP kernel that will not boot. It can be run with a UniProcessor kernel.
.Pp
It must be run as root.
.Pp
-.Ar -dmesg
-includes a dmesg dump.
-.Pp
-.Ar -grope
-looks in areas it shouldn't NEED to, use ONLY as a last resort.
-.Pp
-.Ar -help
-prints a usage message and exits.
-.Pp
-.Ar -verbose
-prints extra info.
-
+The following options are available:
+.Bl -tag -width indent
+.It Fl dmesg
+Include a dmesg dump.
+.It Fl grope
+Look in areas it shouldn't NEED to, use ONLY as a last resort.
+.It Fl help
+Print a usage message and exits.
+.It Fl verbose
+Print extra info.
+.El
.Sh SEE ALSO
.Xr smp 4 ,
.Xr dmesg 8
@@ -63,4 +62,4 @@ The
command first appeared in
.Fx 3.0 .
.Sh AUTHORS
-Steve Passe <fsmp@FreeBSD.ORG>
+.An Steve Passe Aq fsmp@FreeBSD.ORG
OpenPOWER on IntegriCloud