Fix typos.

PR:		docs/66481
Submitted by:	Michel Lavondès <fox@vader.aacc.cc.md.us>
This commit is contained in:
Simon L. B. Nielsen 2004-05-10 20:39:32 +00:00
parent 45bf968a10
commit 202c735f35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129101

View File

@ -183,7 +183,7 @@ be useful to set up clients and server for diskless boot.
file in / or /usr on a target machine instead of the template machine.
If the target machine is updated once a night from cron, the sysop
quickly learns not to do this ( because his changes get overwritten
overnight ). With a manual update, these sorts of mistakes can propogate
overnight ). With a manual update, these sorts of mistakes can propagate
for weeks or months before they are caught.
TEMPLATE COPYING AND SAFETY
@ -194,7 +194,7 @@ be useful to set up clients and server for diskless boot.
softlinks, hardlinks, files, modification times, uid, gid, flags, perms,
and so forth. The program incorporates several major features:
* The program refuses, absolutely, to cross partition boundries.
* The program refuses, absolutely, to cross partition boundaries.
i.e. if you were copying the template /usr from an NFS mount to
your /usr, and you had a mount point called /usr/home, the
template copying program would *NOT* descend into /usr/home on
@ -203,7 +203,7 @@ be useful to set up clients and server for diskless boot.
This is a safety.
* The program accesses a file called .cpignore in each directory
it descending into on the source to obtain a list of exceptions
it descends into on the source to obtain a list of exceptions
for that directory -- that is, files not to copy or mess with.
This is a templating function.