summaryrefslogtreecommitdiff
path: root/usr.sbin/rmt
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-19 17:57:20 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-19 17:57:20 +0000
commit480390dc59325200978ed49a1b26f00a94c91baa (patch)
tree062c09ac43a080a68cd77af35c77fcac0d938f46 /usr.sbin/rmt
parentfb660b4c0cea9ae33d3d4dac0984c52ed7b6eeb0 (diff)
Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
cleanup along the way.
Diffstat (limited to 'usr.sbin/rmt')
-rw-r--r--usr.sbin/rmt/rmt.825
1 files changed, 15 insertions, 10 deletions
diff --git a/usr.sbin/rmt/rmt.8 b/usr.sbin/rmt/rmt.8
index 41401fdf4e7..e323bbe05d6 100644
--- a/usr.sbin/rmt/rmt.8
+++ b/usr.sbin/rmt/rmt.8
@@ -1,4 +1,5 @@
-.\" $OpenBSD: rmt.8,v 1.6 1999/06/05 22:18:04 aaron Exp $
+.\" $OpenBSD: rmt.8,v 1.7 2000/03/19 17:57:13 aaron Exp $
+.\"
.\" Copyright (c) 1983, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -31,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rmt.8 6.5 (Berkeley) 3/16/91
-.\" $Id: rmt.8,v 1.6 1999/06/05 22:18:04 aaron Exp $
+.\" $Id: rmt.8,v 1.7 2000/03/19 17:57:13 aaron Exp $
.\"
.Dd March 16, 1991
.Dt RMT 8
@@ -57,7 +58,8 @@ The
.Nm
program accepts requests specific to the manipulation of
magnetic tapes, performs the commands, then responds with
-a status indication. All responses are in
+a status indication.
+All responses are in
.Tn ASCII
and in
one of two forms.
@@ -117,7 +119,8 @@ If a device had already been opened, it is
closed before a new open is performed.
.It Xo Sy C Ar device No \en
.Xc
-Close the currently open device. The
+Close the currently open device.
+The
.Ar device
specified is ignored.
.It Xo Sy L
@@ -163,8 +166,8 @@ and responds with
.Sm on
if the read was
successful; otherwise an error in the
-standard format is returned. If the read
-was successful, the data read is then sent.
+standard format is returned.
+If the read was successful, the data read is then sent.
.Sm off
.It Xo Sy I Ar operation
.No \en Ar count No \en
@@ -183,7 +186,8 @@ and
.Ar mt_count
fields of the structure used in the
.Fn ioctl
-call. The return value is the
+call.
+The return value is the
.Ar count
parameter when the operation is successful.
.It Sy S
@@ -191,9 +195,10 @@ Return the status of the open device, as
obtained with a
.Dv MTIOCGET
.Xr ioctl
-call. If the operation was successful,
-an ``ack'' is sent with the size of the
-status buffer, then the status buffer is
+call.
+If the operation was successful, an
+.Dq ack
+is sent with the size of the status buffer, then the status buffer is
sent (in binary).
.El
.Sm on