diff options
author | charnier <charnier@FreeBSD.org> | 1997-07-29 06:49:16 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-07-29 06:49:16 +0000 |
commit | ffd60e72c2b05f5573c8e822beeec6d4b6647ec5 (patch) | |
tree | ef04a4dedcd52d413077bed9e01ebb9241453613 /usr.bin/mt/mt.1 | |
parent | 42554550541f30c2cb43874ed085009441534fb5 (diff) | |
download | FreeBSD-src-ffd60e72c2b05f5573c8e822beeec6d4b6647ec5.zip FreeBSD-src-ffd60e72c2b05f5573c8e822beeec6d4b6647ec5.tar.gz |
Use err(3) instead of local redefinition.
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 54df097..8210d54 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -39,7 +39,7 @@ .Nm mt .Nd magnetic tape manipulating program .Sh SYNOPSIS -.Nm mt +.Nm .Op Fl f Ar tapename .Ar command .Op Ar count @@ -47,7 +47,7 @@ .Nm Mt is used to give commands to a magnetic tape drive. By default -.Nm mt +.Nm performs the requested operation once. Operations may be performed multiple times by specifying .Ar count . @@ -118,7 +118,7 @@ Set compression mode. If a tape name is not specified, and the environment variable .Ev TAPE does not exist; -.Nm mt +.Nm uses the device .Pa /dev/nrst0 . .Pp @@ -210,7 +210,7 @@ SCSI magnetic tape interface .Xr environ 7 .Sh HISTORY The -.Nm mt +.Nm command appeared in .Bx 4.3 . |