diff options
Diffstat (limited to 'usr.bin/mt')
| -rw-r--r-- | usr.bin/mt/mt.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index 60ff707d0690..5b3fba81b8c6 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -94,21 +94,25 @@ Backward space .Ar count setmarks. .It Cm rdhpos -Read Hardware block position. Some drives do not support this. +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. .It Cm rdspos -Read SCSI logical block position. Some drives do not support this. +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. +Set Hardware block position. +Some drives do not support this. The count 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. +Set SCSI logical block position. +Some drives do not support this. The count argument is interpreted as a SCSI logical block to which to position the tape. .It Cm rewind |
