aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore/restore.8
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-01-18 19:26:14 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-01-18 19:26:14 +0000
commit65f2c37b276c1e92a2fa0f7b44f3b0317339e339 (patch)
tree52b97b3c0e7749b4c7b16248e14a925983f7c84d /sbin/restore/restore.8
parent3ece32845190647ffb0c1e2602829c2d1f4c9c13 (diff)
downloadsrc-65f2c37b276c1e92a2fa0f7b44f3b0317339e339.tar.gz
src-65f2c37b276c1e92a2fa0f7b44f3b0317339e339.zip
Should that last sentence read "...thus a full dump must be done...",
or do I have it all wrong? Submitted by: "Shawn M. Carey" <smcarey@mailbox.syr.edu>
Notes
Notes: svn path=/head/; revision=5705
Diffstat (limited to 'sbin/restore/restore.8')
-rw-r--r--sbin/restore/restore.84
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index dfe7d681ee95..55657181cc2a 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -1,3 +1,5 @@
+bugs
+bugs
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -395,7 +397,7 @@ dump that were made on active file systems.
A level zero dump must be done after a full restore.
Because restore runs in user code,
it has no control over inode allocation;
-thus a full restore must be done to get a new set of directories
+thus a full dump must be done to get a new set of directories
reflecting the new inode numbering,
even though the contents of the files is unchanged.
.Sh HISTORY