diff options
author | ghelmer <ghelmer@FreeBSD.org> | 1999-05-04 18:22:38 +0000 |
---|---|---|
committer | ghelmer <ghelmer@FreeBSD.org> | 1999-05-04 18:22:38 +0000 |
commit | b0fd1929e033e846d203ad1342a4b1ca1d7004e6 (patch) | |
tree | ddd0354955e12060d9e22ddd1c64346eb89ba551 /usr.bin/mt/mt.1 | |
parent | 592151ff9360b8e4ee79e512d69dd84bd934ec05 (diff) | |
download | FreeBSD-src-b0fd1929e033e846d203ad1342a4b1ca1d7004e6.zip FreeBSD-src-b0fd1929e033e846d203ad1342a4b1ca1d7004e6.tar.gz |
Add missing parenthesis. Change "hardware block" to "SCSI logical block".
While I'm here, fix dangling "to".
PR: docs/9940
Diffstat (limited to 'usr.bin/mt/mt.1')
-rw-r--r-- | usr.bin/mt/mt.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index ab680d9..6500ad5 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -95,16 +95,16 @@ setmarks. .It Cm rdhpos Read Hardware block position. Some drives do not support this. The block number reported is specific for that hardware only. The count argument is -ignored +ignored. .It Cm rdspos Read SCSI logical block position. Some drives do not support this. The count argument is ignored. .It Cm sethpos Set Hardware block position. Some drives do not support this. The count -argument is interpreted as a hardware block to position to. +argument is interpreted as a hardware block to which to position the tape. .It Cm setspos Set SCSI logical block position. Some drives do not support this. The count -argument is interpreted as a hardware block to position to. +argument is interpreted as a SCSI logical block to which to position the tape. .It Cm rewind Rewind the tape (Count is ignored). @@ -125,7 +125,7 @@ it is doing with the device) is reported. If the driver knows the relative position from BOT (in terms of filemarks and records), it prints that. Note that this information is not definitive (only BOT, End of Recorded Media, and hardware or SCSI logical block position (if the drive supports such) are -considered definitive tape positions. +considered definitive tape positions). .It Cm errstat Print (and clear) error status information about this device. For every normal operation (e.g., a read or a write) and every control operation (e.g,, a |