diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml
index c4c7d4159f..3c57d9e648 100644
--- a/en_US.ISO8859-1/books/faq/book.sgml
+++ b/en_US.ISO8859-1/books/faq/book.sgml
@@ -5035,7 +5035,7 @@ kern.sched.name: 4BSD
&prompt.root; newfs /dev/ad1s1a
&prompt.root; mount /dev/ad1s1a /mnt
&prompt.root; cd /mnt
-&prompt.root; dump 0af - / | restore xf -
+&prompt.root; dump 0af - / | restore rf -
Rearranging your partitions with dump
takes a bit more work. To merge a partition like
@@ -5047,9 +5047,9 @@ kern.sched.name: 4BSD
&prompt.root; newfs /dev/ad1s1a
&prompt.root; mount /dev/ad1s1a /mnt
&prompt.root; cd /mnt
-&prompt.root; dump 0af - / | restore xf -
+&prompt.root; dump 0af - / | restore rf -
&prompt.root; cd var
-&prompt.root; dump 0af - /var | restore xf -
+&prompt.root; dump 0af - /var | restore rf -
To split a directory from its parent, say putting
/var on its own partition when it was
@@ -5063,7 +5063,7 @@ kern.sched.name: 4BSD
&prompt.root; mkdir /mnt/var
&prompt.root; mount /dev/ad1s1d /mnt/var
&prompt.root; cd /mnt
-&prompt.root; dump 0af - / | restore xf -
+&prompt.root; dump 0af - / | restore rf -
You might prefer &man.cpio.1;, &man.pax.1;, &man.tar.1;
to &man.dump.8; for user data. At the time of this writing,