summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRichard Laager <[email protected]>2011-04-08 22:34:37 -0500
committerBrian Behlendorf <[email protected]>2011-04-19 11:38:04 -0700
commit25d4782bac28c96770f71d2ac2c4b3cea3df6296 (patch)
tree1c80c2db6910ea2cadc89a996bd790de84d36308 /man
parent54e5f2264dbd0895339ad7ab31a7c03d970906b3 (diff)
Linux has "partitions", not "slices"
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'man')
-rw-r--r--man/man8/zpool.84
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8
index 7dfac10ab..9d8c80dca 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"). For example, "sda" is equivalent to "/dev/sda". 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.
+A block device, typically located under \fB/dev\fR. \fBZFS\fR can use individual 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, "sda" is equivalent to "/dev/sda". A whole disk can be specified by omitting the partition designation. When given a whole disk, \fBZFS\fR automatically labels the disk, if necessary.
.RE
.sp
@@ -859,7 +859,7 @@ Exports the given pools from the system. All devices are marked as exported, but
.sp
Before exporting the pool, all datasets within the pool are unmounted. A pool can not be exported if it has a shared spare that is currently being used.
.sp
-For pools to be portable, you must give the \fBzpool\fR command whole disks, not just slices, so that \fBZFS\fR can label the disks with portable \fBEFI\fR labels. Otherwise, disk drivers on platforms of different endianness will not recognize the disks.
+For pools to be portable, you must give the \fBzpool\fR command whole disks, not just partitions, so that \fBZFS\fR can label the disks with portable \fBEFI\fR labels. Otherwise, disk drivers on platforms of different endianness will not recognize the disks.
.sp
.ne 2
.mk