diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.xml b/en_US.ISO8859-1/books/handbook/disks/chapter.xml
index 3d3441f73f..86060dcfee 100644
--- a/en_US.ISO8859-1/books/handbook/disks/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/disks/chapter.xml
@@ -1604,8 +1604,8 @@ scsibus1:
Instead, one can use dump and
restore in a more secure fashion over an
SSH connection. This example creates a
- full, compressed backup of the /usr file
- system and sends the backup file to the specified host over a
+ full, compressed backup of /usr and sends
+ the backup file to the specified host over a
SSH connection.
@@ -1656,7 +1656,7 @@ scsibus1:
same directory that is being backed up.
- Backing Up the Current Directory With
+ Backing Up the Current Directory with
tar
&prompt.root; tar czvf /tmp/mybackup.tgz .
@@ -1670,7 +1670,7 @@ scsibus1:
backup to restore.
- Restoring Up the Current Directory With
+ Restoring Up the Current Directory with
tar
&prompt.root; tar xzvf /tmp/mybackup.tgz
@@ -1728,7 +1728,7 @@ scsibus1:
examples would be:
- Backing Up the Current Directory With
+ Backing Up the Current Directory with
pax
&prompt.root; pax -wf /tmp/mybackup.pax .