summaryrefslogtreecommitdiff
path: root/sbin/scsi/scsi.8
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-04 18:59:45 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-04 18:59:45 +0000
commitce33624f105bbf6b20e87d0e06c24996db2e0176 (patch)
tree66d6fb743c7b71c44d2e5fe784ce772f6e55b4cf /sbin/scsi/scsi.8
parent02f5c89460eebf5fccec73d72f630200c765c1c9 (diff)
trash some old leftover macros and replace them with -mdoc macros
Diffstat (limited to 'sbin/scsi/scsi.8')
-rw-r--r--sbin/scsi/scsi.826
1 files changed, 10 insertions, 16 deletions
diff --git a/sbin/scsi/scsi.8 b/sbin/scsi/scsi.8
index d19bc88ea8b..4ca016404f8 100644
--- a/sbin/scsi/scsi.8
+++ b/sbin/scsi/scsi.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scsi.8,v 1.11 1999/07/03 02:11:08 aaron Exp $
+.\" $OpenBSD: scsi.8,v 1.12 1999/07/04 18:59:42 aaron Exp $
.\" $FreeBSD: scsi.8,v 1.5 1995/05/05 20:41:58 dufault Exp $
.\"
.\" Written By Julian ELischer
@@ -79,26 +79,20 @@
.Fl o Ar count out_fmt
.Op Ar arg ...
.Fl i Ar count in_fmt
-.Pp
-.in -\\n(iSu
+.Sh DESCRIPTION
+The
+.Nm
+program is used to send commands to a SCSI device. It is also
+a sample usage of the user-level SCSI commands.
.Ar out_fmt
can be
-.Sq -
+.Ql -
to read output data from stdin;
.Ar in_fmt
can be
-.Sq -
+.Ql -
to write input data to stdout.
.Pp
-If debugging is not compiled in the kernel,
-.Fl d
-will have no effect.
-.Sh DESCRIPTION
-The
-.Nm
-program is used to send commands to a SCSI device. It is also
-a sample usage of the user-level SCSI commands.
-.Pp
The following options are available:
.Bl -tag -width Ds
.It Fl d Ar debug_level
@@ -205,7 +199,7 @@ bytes of data. The data out is built up using the facilities described in
using the provided arguments to fill in any integer variables.
.Ar out_fmt
can be specified as a hyphen
-.Pq Sq -
+.Pq Ql -
to indicate that the
.Ar count
bytes of data should be read from the standard input.
@@ -221,7 +215,7 @@ using the facilities described in
and displayed on the standard output.
.Ar in_fmt
can be specified as a hyphen
-.Pq Sq -
+.Pq Ql -
to indicate that the
.Ar count
bytes of data input should be written to the standard output.