diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-07-15 10:44:19 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-07-15 10:44:19 +0000 |
commit | d0f37d07449e5a68baab2c8890d25f7e98c18755 (patch) | |
tree | 514b1f36b4e0d1d242fc07162440c0aca80809fe /sbin/dump | |
parent | 48583361562189522d51ae158ea59c1ccd232266 (diff) | |
download | FreeBSD-src-d0f37d07449e5a68baab2c8890d25f7e98c18755.zip FreeBSD-src-d0f37d07449e5a68baab2c8890d25f7e98c18755.tar.gz |
Man page was incorrectly pointing to /etc/dump, it should be /sbin/dump.
Submitted by: faried nawaz <fn@big-brother.csrv.uidaho.edu>
Diffstat (limited to 'sbin/dump')
-rw-r--r-- | sbin/dump/dump.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 26dfead..810b706 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -256,7 +256,7 @@ to minimize the number of tapes follows: .It Always start with a level 0 backup, for example: .Bd -literal -offset indent -/etc/dump 0uf /dev/nrst1 /usr/src +/sbin/dump 0uf /dev/nrst1 /usr/src .Ed .Pp This should be done at set intervals, say once a month or once every two months, |