diff options
author | ceri <ceri@FreeBSD.org> | 2005-07-31 13:56:19 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2005-07-31 13:56:19 +0000 |
commit | bf6281231277a2786bcbeead9d303571a972694e (patch) | |
tree | 32662a1e9985caf12dd456963dc7916679eb329f /sbin/dump | |
parent | baff63a8147496bbcc47091e2af8d252b7d2d04a (diff) | |
download | FreeBSD-src-bf6281231277a2786bcbeead9d303571a972694e.zip FreeBSD-src-bf6281231277a2786bcbeead9d303571a972694e.tar.gz |
Correct the description of the TAPE environment variable.
Based on:
PR: docs/84200
Submitted by: Gary W. Swearingen <garys at opusnet dot com>
MFC after: 1 week
Diffstat (limited to 'sbin/dump')
-rw-r--r-- | sbin/dump/dump.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 26df180..b6dda40 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -439,7 +439,11 @@ rotated out of the dump cycle and fresh tapes brought in. .Sh ENVIRONMENT .Bl -tag -width ".Ev TAPE" .It Ev TAPE -Device from which to read backup. +The +.Ar file +or device to dump to if the +.Fl f +option is not used. .It Ev RMT Pathname of the remote .Xr rmt 8 |