summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-08-03 06:19:47 +0000
committercharnier <charnier@FreeBSD.org>1998-08-03 06:19:47 +0000
commit0d7f7325ec036e910412c761f3a388ab9d6d57c8 (patch)
tree01fab9b855534e8bac91679589c7ef1806713909
parent2a9768fc55b34cedfc03682ff0c64e96ac6575bc (diff)
downloadFreeBSD-src-0d7f7325ec036e910412c761f3a388ab9d6d57c8.zip
FreeBSD-src-0d7f7325ec036e910412c761f3a388ab9d6d57c8.tar.gz
Correct use of .Nm, add .An.
-rw-r--r--sbin/scsiformat/scsiformat.816
1 files changed, 9 insertions, 7 deletions
diff --git a/sbin/scsiformat/scsiformat.8 b/sbin/scsiformat/scsiformat.8
index ba15f65..8827c38 100644
--- a/sbin/scsiformat/scsiformat.8
+++ b/sbin/scsiformat/scsiformat.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)scsiformat.8 5.1 (Berkeley) 6/5/93
-.\" $Id: scsiformat.8,v 1.7 1997/02/22 14:33:17 peter Exp $
+.\" $Id: scsiformat.8,v 1.8 1997/03/02 11:21:05 joerg Exp $
.\"
.Dd June 5, 1993
.Dt SCSIFORMAT 8
@@ -45,7 +45,7 @@
.Ar device-name
.Sh DESCRIPTION
The
-.Nm scsiformat
+.Nm
utility can be used to format SCSI disks
on systems that support on-line SCSI formatting.
It will also show the various parameters set in the SCSI controller.
@@ -63,7 +63,7 @@ The options are as follows:
.It Fl p
Modify how the SCSI mode sense page query is constructed.
By default,
-.Nm scsiformat
+.Nm
asks for the current settings.
The page-control flag is one of:
.sp
@@ -84,7 +84,7 @@ drive.
.It Fl y
Yes; do format without asking any question. If this option is not
provided,
-.Nm scsiformat
+.Nm
will ask back before actually starting to format the device. At this
point, hitting the interrupt key (normally Control-C) will abort the
program.
@@ -97,13 +97,15 @@ These should mostly be self-explanatory.
A copy of the SCSI standard (or a more readable derivative)
may be useful, however.
.Sh SEE ALSO
-.Xr scsi 8 .
+.Xr scsi 8
.Sh HISTORY
The
-.Nm scsiformat
+.Nm
utility first appeared in
.Bx 4.4 .
This version has been reworked as a wrapper around
.Xr scsi 8
-by Peter Dufault for
+by
+.An Peter Dufault
+for
.Fx 2.1 .
OpenPOWER on IntegriCloud