diff --git a/Imaging-FreeBSD-With-tbku.txt b/Imaging-FreeBSD-With-tbku.txt
index e931d57..f443278 100644
--- a/Imaging-FreeBSD-With-tbku.txt
+++ b/Imaging-FreeBSD-With-tbku.txt
@@ -304,7 +304,9 @@
           image on it under ``/mnt/mnt``.  To actually image the
           new disk, all we have to do is this::
 
-            cd /mnt          # This is the logical root of our disk
+            cd /mnt          # Make sure we're at the
+                             # logical root of our disk
+
             tar -xzvf mnt/my-fine-image.tar.gz
 
        4. Finally, we need to make sure that our newly imaged
@@ -319,9 +321,9 @@
             /dev/acd0      /cdrom    cd9660  ro,noauto 0   0
 
           This would indicate the image was taken from a system with
-          FreeBSD installed on the first SATA drive.  Now, lets
-          assume we're going to use the same partitioning, but our
-          newly imaged drive is the first *SCSI* drive on the system.
+          FreeBSD installed on the first SATA drive.  Now, lets assume
+          we're going to use the same slice layout, but our newly
+          imaged drive is the first *SCSI* drive on the system.
           ``/mnt/etc/fstab`` needs to be edited to look like this::
 
             /dev/da0s1b    none      swap    sw        0   0
@@ -488,4 +490,4 @@
 modifying it in any way.
 
 
-$Id: Imaging-FreeBSD-With-tbku.txt,v 1.106 2008/03/17 22:32:59 tundra Exp $
+$Id: Imaging-FreeBSD-With-tbku.txt,v 1.107 2008/03/18 21:32:34 tundra Exp $