From b0fd1929e033e846d203ad1342a4b1ca1d7004e6 Mon Sep 17 00:00:00 2001 From: ghelmer Date: Tue, 4 May 1999 18:22:38 +0000 Subject: Add missing parenthesis. Change "hardware block" to "SCSI logical block". While I'm here, fix dangling "to". PR: docs/9940 --- usr.bin/mt/mt.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/mt') 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 -- cgit v1.1