# mount |grep test
/Backup1/pfs/@@-1:00003 on /Backup1/test (null, local)
-#Creating the slave pfs on Disk 2. Note that we will be using the 'shared-uuid of the master pfs so enable mirroring.
+#Creating the slave pfs on Disk 2.
+Note that we will be using the 'shared-uuid of the master pfs so enable mirroring.
# mkdir /Backup2/pfs
# hammer pfs-slave /Backup2/pfs/test shared-uuid=b793b798-b3d2-11de-9bef-011617202aa6
# ls -l /Backup2/test
lrwxr-xr-x 1 root wheel 17 Oct 8 12:07 /Backup2/test -> /Backup2/pfs/test
-#Copying contents from pfs on Disk 1 to pfs on Disk2 to enable mirroring. the pfs will be accessible only after the first 'mirror-copy' operation.
+#Copying contents from pfs on Disk 1 to pfs on Disk2 to enable mirroring.
+The pfs will be accessible only after the first 'mirror-copy' operation.
# touch /Backup1/test/test-file