Correct two typos.

Found by:	'make spellcheck'
This commit is contained in:
Murray Stokely 2005-08-06 13:33:03 +00:00
parent 741798924c
commit 475cbc9c32
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25319

View file

@ -271,7 +271,7 @@
system. This example uses the &man.dump.8; and &man.restore.8;
commands; however, &man.dd.1; would also work with this scenario.
We skip using &man.tar.1; because it will not copy over the boot
code. Thus, failure would be guarenteed.</para>
code. Thus, failure would be guaranteed.</para>
<screen>&prompt.root; <userinput>dump -L -0 -f- / |(cd /mnt && restore -r -v -f-)</userinput></screen>