diff options
author | Richard Laager <[email protected]> | 2016-05-11 13:21:06 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-05-16 12:26:31 -0700 |
commit | d919da83faf14a46e20b7974e64617ee65d975d1 (patch) | |
tree | 21b4ba0712bd0391e96577976827569586bb8ec0 /man/man8/zpool.8 | |
parent | 8fd888baa7be971233a72331f2ae7bc15087a4c8 (diff) |
zfs.8 & zpool.8: Standardize property value order
The default value is now always listed first.
Signed-off-by: Richard Laager <[email protected]>
Diffstat (limited to 'man/man8/zpool.8')
-rw-r--r-- | man/man8/zpool.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 841797569..cb9b48e1b 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -632,7 +632,7 @@ The following property can be set at creation time and import time: .ne 2 .mk .na -\fB\fBaltroot\fR\fR +\fB\fBaltroot\fR=(unset) | \fIpath\fR\fR .ad .sp .6 .RS 4n @@ -646,7 +646,7 @@ The following property can only be set at import time: .ne 2 .mk .na -\fB\fBreadonly\fR=\fBon\fR | \fBoff\fR\fR +\fB\fBreadonly\fR=\fBoff\fR | \fBon\fR\fR .ad .sp .6 .RS 4n @@ -664,7 +664,7 @@ The following properties can be set at creation time and import time, and later .ne 2 .mk .na -\fB\fBautoexpand\fR=\fBon\fR | \fBoff\fR\fR +\fB\fBautoexpand\fR=\fBoff\fR | \fBon\fR\fR .ad .sp .6 .RS 4n @@ -675,7 +675,7 @@ Controls automatic pool expansion when the underlying LUN is grown. If set to \f .ne 2 .mk .na -\fB\fBautoreplace\fR=\fBon\fR | \fBoff\fR\fR +\fB\fBautoreplace\fR=\fBoff\fR | \fBon\fR\fR .ad .sp .6 .RS 4n @@ -686,7 +686,7 @@ Controls automatic device replacement. If set to "\fBoff\fR", device replacement .ne 2 .mk .na -\fB\fBbootfs\fR=\fIpool\fR/\fIdataset\fR\fR +\fB\fBbootfs\fR=(unset) | \fIpool\fR/\fIdataset\fR\fR .ad .sp .6 .RS 4n @@ -697,7 +697,7 @@ Identifies the default bootable dataset for the root pool. This property is expe .ne 2 .mk .na -\fB\fBcachefile\fR=\fIpath\fR | \fBnone\fR\fR +\fB\fBcachefile\fR=fBnone\fR | \fIpath\fR\fR .ad .sp .6 .RS 4n @@ -710,7 +710,7 @@ Multiple pools can share the same cache file. Because the kernel destroys and re .ne 2 .mk .na -\fB\fBcomment\fR=\fB\fItext\fR\fR +\fB\fBcomment\fR=(unset) | \fB\fItext\fR\fR .ad .sp .6 .RS 4n @@ -812,7 +812,7 @@ This property can also be referred to by its shortened name, \fBlistsnaps\fR. .ne 2 .mk .na -\fB\fBversion\fR=\fIversion\fR\fR +\fB\fBversion\fR=(unset) | \fIversion\fR\fR .ad .sp .6 .RS 4n |