diff options
author | joerg <joerg@FreeBSD.org> | 1995-01-18 19:26:14 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-01-18 19:26:14 +0000 |
commit | 7c98836d83b93dc15543f825bb744d6fa1ab3bf1 (patch) | |
tree | 52b97b3c0e7749b4c7b16248e14a925983f7c84d /sbin/restore | |
parent | 4c87da56f787bc201751b2b94bea11edbc5626ef (diff) | |
download | FreeBSD-src-7c98836d83b93dc15543f825bb744d6fa1ab3bf1.zip FreeBSD-src-7c98836d83b93dc15543f825bb744d6fa1ab3bf1.tar.gz |
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>
Diffstat (limited to 'sbin/restore')
-rw-r--r-- | sbin/restore/restore.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index dfe7d68..5565718 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 |