Skip to content

Commit 260b0a1

Browse files
committed
fixing typos in tutorial document
1 parent 038ae98 commit 260b0a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Tutorial.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2>The FULL backup</h2>
9595
you need an Internet access to read it.
9696
</p>
9797
<p>
98-
This make the free space on the first usb key floppy a bit smaller, I let
98+
This make the free space on the first usb key a bit smaller, I let
9999
you make the substraction because this is subject to change from system
100100
to system, but let's assume dar_static is less than 5 MiB, thus the
101101
initial slice should not exceed 95 MB:
@@ -315,7 +315,7 @@ <h3>Check the backup content</h3>
315315
verify that all expected files are present in the output:
316316
</p>
317317
<code class=block>
318-
dar -l /mnt/usb key/linux_full
318+
dar -l /mnt/usb/linux_full
319319
</code>
320320
<h3>Testing the backup</h3>
321321
<p>
@@ -326,7 +326,7 @@ <h3>Testing the backup</h3>
326326
backup process):
327327
</p>
328328
<code class=block>
329-
dar -t /mnt/usb key/linux_full
329+
dar -t /mnt/usb/linux_full
330330
</code>
331331
<p>
332332
If using removable media of poor quality, it is
@@ -552,7 +552,7 @@ <h2>Recovering after a disk crash</h2>
552552
<p>
553553
If you have a lot of file to restore, you can activate the swap
554554
on the partition of your new hard drive:
555-
<code>swapon /dev/hda2</code>
555+
<code>swapon /dev/sda2</code>
556556
</p>
557557
</li>
558558
<li>

0 commit comments

Comments
 (0)