diff options
author | 2003-04-09 04:17:21 +0000 | |
---|---|---|
committer | 2003-04-09 04:17:21 +0000 | |
commit | ca20d4abef2e09796f67ddbf79cbe7b76fa44a1d (patch) | |
tree | e62f82a0d432a2d53c6e73562fca3a33a9d4b07b | |
parent | Cleanup/make more consistant the various DEBUG flags and uses thereof. (diff) | |
download | wireguard-openbsd-ca20d4abef2e09796f67ddbf79cbe7b76fa44a1d.tar.xz wireguard-openbsd-ca20d4abef2e09796f67ddbf79cbe7b76fa44a1d.zip |
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 |