summaryrefslogtreecommitdiffstats
path: root/sbin/scsi
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1995-04-17 14:51:54 +0000
committerdufault <dufault@FreeBSD.org>1995-04-17 14:51:54 +0000
commitd2dce54f6dcdebc82c7faa923d0ccfaed4db60a5 (patch)
tree04fbbfd5521ea7caefa5b344adf40281e3eb02c0 /sbin/scsi
parent040c6848605589d63d0b340e53d522a5e992bfb8 (diff)
downloadFreeBSD-src-d2dce54f6dcdebc82c7faa923d0ccfaed4db60a5.zip
FreeBSD-src-d2dce54f6dcdebc82c7faa923d0ccfaed4db60a5.tar.gz
Remove "BUG" of not supporting arguments for "-o"
Diffstat (limited to 'sbin/scsi')
-rw-r--r--sbin/scsi/scsi.821
1 files changed, 7 insertions, 14 deletions
diff --git a/sbin/scsi/scsi.8 b/sbin/scsi/scsi.8
index 65ea194..acd9a7d 100644
--- a/sbin/scsi/scsi.8
+++ b/sbin/scsi/scsi.8
@@ -39,7 +39,7 @@
.\" SUCH DAMAGE.
.\"
.\"
-.\" $Id: scsi.1,v 1.1 1993/11/18 05:05:27 rgrimes Exp $
+.\" $Id: scsi.8,v 1.1.1.1 1995/01/24 12:07:27 dufault Exp $
.\"
.Dd October 11, 1993
.Dt SCSI 1
@@ -147,16 +147,16 @@ can be specified as a hyphen ("-") to indicate that the
.Fr count
bytes of data input should be written to the standard output.
.Sh EXAMPLES
-To verify that the device type for the disk /dev/rsd0d is 0
+To verify that the device type for the disk /dev/rsd0c is 0
(direct access device):
.Bd -literal -offset
-root# scsi -f /dev/rsd0d -c "12 0 0 0 64 0" -i 64 "*b3 b5"
+root# scsi -f /dev/rsd0c -c "12 0 0 0 64 0" -i 64 "*b3 b5"
0
.Ed
.Pp
-To do an inquiry to /dev/rsd2d:
+To do an inquiry to /dev/rsd2c:
.Bd -literal -offset
-root# scsi -f /dev/rsd2d -c "12 0 0 0 64 0" -i 64 "s8 z8 z16 z4"
+root# scsi -f /dev/rsd2c -c "12 0 0 0 64 0" -i 64 "s8 z8 z16 z4"
FUJITSU M2654S-512 010P
.Ed
.Pp
@@ -165,13 +165,6 @@ FUJITSU M2654S-512 010P
.Xr scsi 3
.Sh BUGS
.Pp
-.Fr out_fmt
-support for
-.Fr "-o count out_fmt arg0 ... argn"
-isn't written yet. You have to specify out_fmt as "-" and read the
-data in from standard input. If you want that capability
-ask dufault@hda.com.
-.Pp
This command wasn't ready for inclusion in 2.0R and so is missing in
that release.
.Pp
@@ -182,8 +175,8 @@ The "-i" option to do an inquiry went away in 2.1. The new facilities
provided by "-c" supercede that.
.Pp
Check your permissions carefully.
-"scsi -f /dev/rsd0d -c "4 0 0 0 0 0" permits anyone who can open
-/dev/rsd0d to format the disk drive. This must be changed to
+"scsi -f /dev/rsd0c -c "4 0 0 0 0 0" permits anyone who can open
+/dev/rsd0c to format the disk drive. This must be changed to
at least require write access to the drive.
.Sh HISTORY
The
OpenPOWER on IntegriCloud