diff options
author | Richard Laager <[email protected]> | 2011-04-08 21:54:05 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-04-19 11:36:17 -0700 |
commit | 1dc3fea59e8fbcf81515a3bc616566e880181161 (patch) | |
tree | ddcf865e4ce22207292464de9cb50f7537132cc0 /man/man8/zpool.8 | |
parent | 1fe2e23771113fd66442b11017b619aacc07bac1 (diff) |
More and correct an example in zpool.8
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'man/man8/zpool.8')
-rw-r--r-- | man/man8/zpool.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index f12df7f7e..de6d0e146 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -154,7 +154,7 @@ A "virtual device" describes a single device or a collection of devices organize .ad .RS 10n .rt -A block device, typically located under \fB/dev\fR. \fBZFS\fR can use individual slices or partitions, though the recommended mode of operation is to use whole disks. A disk can be specified by a full path, or it can be a shorthand name (the relative portion of the path under "/dev"). A whole disk can be specified by omitting the slice or partition designation. For example, "c0t0d0" is equivalent to "/dev/c0t0d0s2". When given a whole disk, \fBZFS\fR automatically labels the disk, if necessary. +A block device, typically located under \fB/dev\fR. \fBZFS\fR can use individual slices or partitions, though the recommended mode of operation is to use whole disks. A disk can be specified by a full path, or it can be a shorthand name (the relative portion of the path under "/dev"). For example, "c0t0d0" is equivalent to "/dev/c0t0d0". A whole disk can be specified by omitting the slice or partition designation. When given a whole disk, \fBZFS\fR automatically labels the disk, if necessary. .RE .sp |