diff options
author | Richard Laager <[email protected]> | 2011-04-08 22:39:36 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-04-19 11:38:56 -0700 |
commit | 6b92390fe8c017674e3d15c2426bc5f6b7c499bf (patch) | |
tree | abd75cbd7502cc410f33964ee2dd84cfe183ffb4 /man/man8 | |
parent | 577468215b714cddea60239192a457130bb44574 (diff) |
Improve some quoting consistency
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zpool.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 1ec2a1f08..0b5278203 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -1507,7 +1507,7 @@ The following command creates an unmirrored pool using files. While not recommen \fBExample 5 \fRAdding a Mirror to a ZFS Storage Pool .sp .LP -The following command adds two mirrored disks to the pool "\fItank\fR", assuming the pool is already made up of two-way mirrors. The additional space is immediately available to any datasets within the pool. +The following command adds two mirrored disks to the pool \fItank\fR, assuming the pool is already made up of two-way mirrors. The additional space is immediately available to any datasets within the pool. .sp .in +2 @@ -1543,7 +1543,7 @@ The results from this command are similar to the following: \fBExample 7 \fRDestroying a ZFS Storage Pool .sp .LP -The following command destroys the pool "\fItank\fR" and any datasets contained within. +The following command destroys the pool \fItank\fR and any datasets contained within. .sp .in +2 @@ -1571,7 +1571,7 @@ The following command exports the devices in pool \fItank\fR so that they can be \fBExample 9 \fRImporting a ZFS Storage Pool .sp .LP -The following command displays available pools, and then imports the pool "tank" for use on the system. +The following command displays available pools, and then imports the pool \fItank\fR for use on the system. .sp .LP |