Index: en_US.ISO8859-1/books/handbook/zfs/chapter.xml =================================================================== --- en_US.ISO8859-1/books/handbook/zfs/chapter.xml +++ en_US.ISO8859-1/books/handbook/zfs/chapter.xml @@ -2265,7 +2265,7 @@ cp: /var/tmp/.zfs/snapshot/after_cp/rc.conf: Read-only file system The error reminds the user that snapshots are read-only - and can not be changed after creation. No files can be + and cannot be changed after creation. No files can be copied into or removed from snapshot directories because that would change the state of the dataset they represent. @@ -2315,7 +2315,7 @@ A typical use for clones is to experiment with a specific dataset while keeping the snapshot around to fall back to in - case something goes wrong. Since snapshots can not be + case something goes wrong. Since snapshots cannot be changed, a read/write clone of a snapshot is created. After the desired result is achieved in the clone, the clone can be promoted to a dataset and the old file system removed. This @@ -2437,7 +2437,7 @@ produced: &prompt.root; zfs send mypool@backup1 -Error: Stream can not be written to a terminal. +Error: Stream cannot be written to a terminal. You must redirect standard output. To back up a dataset with zfs send, @@ -3461,7 +3461,7 @@ combining the traditionally separate roles, ZFS is able to overcome previous limitations that prevented RAID groups being able to - grow. Each top level device in a zpool is called a + grow. Each top level device in a pool is called a vdev, which can be a simple disk or a RAID transformation such as a mirror or RAID-Z array. ZFS file @@ -3476,7 +3476,7 @@ - zpool + pool A storage pool is the most basic building block of ZFS. A pool @@ -3534,8 +3534,8 @@ pools can be backed by regular files, this is especially useful for testing and experimentation. Use the full path to the file as the device path - in the zpool create command. All vdevs must be - at least 128 MB in size. + in the &man.zpool.8; create command. All vdevs + must be at least 128 MB in size. @@ -3641,7 +3641,7 @@ Cache - - Adding a cache vdev to a zpool will add the + - Adding a cache vdev to a pool will add the storage of the cache to the L2ARC. Cache devices cannot be mirrored. Since a cache