Source-Changes-HG archive

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

[src/trunk]: src/bin/mt Clarify meaning of "mt asf". The man page extant says...



details:   https://anonhg.NetBSD.org/src/rev/85a8d524d448
branches:  trunk
changeset: 503240:85a8d524d448
user:      mason <mason%NetBSD.org@localhost>
date:      Sat Feb 03 16:26:45 2001 +0000

description:
Clarify meaning of "mt asf". The man page extant says "Absolute space
to file count", which is incorrect. File numbering, according to
restore(8), starts at one, and thus "mt asf 1" neither moves to the
first file on the tape nor to file number one on the tape.

diffstat:

 bin/mt/mt.1 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r bc68cb80c09b -r 85a8d524d448 bin/mt/mt.1
--- a/bin/mt/mt.1       Sat Feb 03 16:25:26 2001 +0000
+++ b/bin/mt/mt.1       Sat Feb 03 16:26:45 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mt.1,v 1.25 2000/09/04 07:30:11 kleink Exp $
+.\"    $NetBSD: mt.1,v 1.26 2001/02/03 16:26:45 mason Exp $
 .\"
 .\" Copyright (c) 1981, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -83,8 +83,10 @@
 need be specified.
 .Bl -tag -width "eof, weof"
 .It Cm asf
-Absolute space to
-file
+Move forward
+.Ar count 
+files from the beginning of the tape. This is accomplished by a rewind
+followed by fsf
 .Ar count .
 .It Cm eof , weof
 Write



Home | Main Index | Thread Index | Old Index