Correct two typos.
Found by: 'make spellcheck'
This commit is contained in:
parent
741798924c
commit
475cbc9c32
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25319
1 changed files with 2 additions and 2 deletions
|
@ -196,7 +196,7 @@
|
|||
users to back up data without interruption. When a mirror exists,
|
||||
it simply means that diskB replicates diskA. Or, perhaps diskC+D
|
||||
replicates diskA+B. Regardless of the disk configuration, the
|
||||
important aspect isthat information on one disk or partition is
|
||||
important aspect is that information on one disk or partition is
|
||||
being replicated. Later, that information could be more easily
|
||||
restored, backed up without causing service or access
|
||||
interruption, and even be physically stored in a data
|
||||
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue