diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 03:20:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 03:20:37 +0000 |
commit | 9bb6028fe02a280e61b8f862f447486ce6b5f72a (patch) | |
tree | ebd1056cace973776cd01330a93779596980ef88 /bin/mt/mt.1 | |
parent | eecdb9deb4317c0e37ed8d58ba92503563912fed (diff) |
start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)
Diffstat (limited to 'bin/mt/mt.1')
-rw-r--r-- | bin/mt/mt.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/bin/mt/mt.1 b/bin/mt/mt.1 index c8abc77aaac..6d70cf51261 100644 --- a/bin/mt/mt.1 +++ b/bin/mt/mt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mt.1,v 1.9 1998/09/23 00:13:49 aaron Exp $ +.\" $OpenBSD: mt.1,v 1.10 1998/11/28 03:20:34 aaron Exp $ .\" $NetBSD: mt.1,v 1.8 1996/05/21 10:23:55 mrg Exp $ .\" .\" Copyright (c) 1981, 1990, 1993 @@ -42,7 +42,7 @@ .Nm eject .Nd magnetic tape and removable media manipulating program .Sh SYNOPSIS -.Nm mt +.Nm .Op Fl f Ar tapename .Ar command .Op Ar count @@ -50,10 +50,10 @@ .Op Fl f .Ar tapename .Sh DESCRIPTION -.Nm mt +.Nm 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 . @@ -67,7 +67,7 @@ is of the form .Dq host:tapename or .Dq user@host:tapename , -.Nm mt +.Nm writes to the named tape device on the remote host using .Xr rmt 8 . .Pp @@ -133,11 +133,11 @@ command specified. If a tape name is not specified, and the environment variable .Ev TAPE does not exist, -.Nm mt +.Nm uses the device .Pa /dev/rst0 . .Pp -.Nm mt +.Nm returns a 0 exit status when the operation(s) were successful, 1 if the command was unrecognized, and 2 if an operation failed. .Sh ENVIRONMENT @@ -145,7 +145,7 @@ If the following environment variable exists, it is utilized by .Nm mt . .Bl -tag -width Fl .It Ev TAPE -.Nm mt +.Nm checks the .Ev TAPE environment variable if the @@ -168,7 +168,7 @@ list of SCSI2 density codes .Xr environ 7 .Sh HISTORY The -.Nm mt +.Nm utility appeared in .Bx 4.3 . .\" mt.1: mtio(4) missing |