Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/rmt Pull up revision 1.9 (requested by wiz):



details:   https://anonhg.NetBSD.org/src/rev/27f387b4beb1
branches:  netbsd-1-5
changeset: 491075:27f387b4beb1
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 04 16:38:09 2001 +0000

description:
Pull up revision 1.9 (requested by wiz):
  Add sections to some xrefs + whitespace fixes.

diffstat:

 usr.sbin/rmt/rmt.8 |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (89 lines):

diff -r 5ceb5984c911 -r 27f387b4beb1 usr.sbin/rmt/rmt.8
--- a/usr.sbin/rmt/rmt.8        Wed Apr 04 16:37:04 2001 +0000
+++ b/usr.sbin/rmt/rmt.8        Wed Apr 04 16:38:09 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rmt.8,v 1.8 1999/03/24 06:32:21 mycroft Exp $
+.\"    $NetBSD: rmt.8,v 1.8.10.1 2001/04/04 16:38:09 he Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -53,14 +53,14 @@
 .Xr rcmd 3
 call.
 .Pp
-The 
+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
 .Tn ASCII
 and in
-one of two forms. 
+one of two forms.
 Successful commands have responses of:
 .Bd -filled -offset indent
 .Sm off
@@ -101,7 +101,7 @@
 .It Xo Sy \&O Ar device
 .No \en Ar mode No \en
 .Xc
-Open the specified 
+Open the specified
 .Ar device
 using the indicated
 .Ar mode .
@@ -129,7 +129,7 @@
 .Xr lseek 2
 operation using the specified parameters.
 The response value is that returned from the
-.Xr lseek
+.Xr lseek 2
 call.
 .Sm off
 .It Sy W Ar count No \en
@@ -155,9 +155,9 @@
 exceeds the size of the data buffer (10 kilobytes), it is
 truncated to the data buffer size.
 .Nm
-then performs the requested 
+then performs the requested
 .Xr read 2
-and responds with 
+and responds with
 .Sm off
 .Sy A Ar count-read No \en
 .Sm on
@@ -177,12 +177,12 @@
 The parameters are interpreted as the
 .Tn ASCII
 representations of the decimal values
-to place in the 
+to place in the
 .Ar mt_op
 and
 .Ar mt_count
 fields of the structure used in the
-.Xr ioctl
+.Xr ioctl 2
 call.  The return value is the
 .Ar count
 parameter when the operation is successful.
@@ -190,7 +190,7 @@
 Return the status of the open device, as
 obtained with a
 .Dv MTIOCGET
-.Xr ioctl
+.Xr ioctl 2
 call.  If the operation was successful,
 an ``ack'' is sent with the size of the
 status buffer, then the status buffer is
@@ -198,7 +198,7 @@
 .El
 .Sm on
 .Pp
-Any other command causes 
+Any other command causes
 .Nm
 to exit.
 .Sh DIAGNOSTICS



Home | Main Index | Thread Index | Old Index