diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-09 04:17:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-09 04:17:22 +0000 |
commit | 53c4694d0b356fb5a6658c68e8a177a2a5133578 (patch) | |
tree | 1339fce81c62be33322fb95d6c55b1e835945d92 | |
parent | 5e344a4f3405f0d1adba80708e03434a0f298f50 (diff) |
document that rewind/eject features of tape devices depend on name of
tape device; reference st(4) for an explanation.
diff from Olivier Cherrier;
ok millert@
-rw-r--r-- | sbin/dump/dump.8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 92597f796bf..30652dcba5c 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dump.8,v 1.30 2003/04/08 11:06:01 jmc Exp $ +.\" $OpenBSD: dump.8,v 1.31 2003/04/09 04:17:21 jmc Exp $ .\" $NetBSD: dump.8,v 1.17 1997/06/05 11:15:06 lukem Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -97,6 +97,14 @@ is ignored, the only dump level that is supported is .Fl 0 , and all of the files must reside on the same filesystem. .Pp +Rewinding or ejecting tape features after a close operation on +a tape device depend on the name of the tape unit device used. +See the +.Fl f +option and +.Xr st 4 +for more information. +.Pp The options are as follows: .Bl -tag -width Ds .It Fl 0\-9 |