diff options
Diffstat (limited to 'usr/src/man/man1m')
-rw-r--r-- | usr/src/man/man1m/zpool.1m | 47 |
1 files changed, 43 insertions, 4 deletions
diff --git a/usr/src/man/man1m/zpool.1m b/usr/src/man/man1m/zpool.1m index 785611cb38..c7e7e054dc 100644 --- a/usr/src/man/man1m/zpool.1m +++ b/usr/src/man/man1m/zpool.1m @@ -61,7 +61,7 @@ zpool \- configures ZFS storage pools .LP .nf -\fBzpool get\fR "\fIall\fR" | \fIproperty\fR[,...] \fIpool\fR ... +\fBzpool get\fR [\fB-Hp\fR] [\fB-o \fR\fIfield\fR[,...]] "\fIall\fR" | \fIproperty\fR[,...] \fIpool\fR ... .fi .LP @@ -93,7 +93,7 @@ zpool \- configures ZFS storage pools .LP .nf -\fBzpool list\fR [\fB-T\fR \fBu\fR | \fBd\fR ] [\fB-Hv\fR] [\fB-o\fR \fIproperty\fR[,...]] [\fIpool\fR] ... [\fIinterval\fR[\fIcount\fR]] +\fBzpool list\fR [\fB-T\fR \fBu\fR | \fBd\fR ] [\fB-Hpv\fR] [\fB-o\fR \fIproperty\fR[,...]] [\fIpool\fR] ... [\fIinterval\fR[\fIcount\fR]] .fi .LP @@ -1151,7 +1151,8 @@ is currently being used. This may lead to potential data corruption. .sp .ne 2 .na -\fB\fBzpool get\fR "\fIall\fR" | \fIproperty\fR[,...] \fIpool\fR ...\fR +\fB\fBzpool get\fR [\fB-Hp\fR] [\fB-o \fR\fIfield\fR[,...]] "\fIall\fR" | \fIproperty\fR[,...] +\fIpool\fR ...\fR .ad .sp .6 .RS 4n @@ -1161,7 +1162,7 @@ the following fields: .sp .in +2 .nf - name Name of storage pool + name Name of storage pool property Property name value Property value source Property source, either 'default' or 'local'. @@ -1171,6 +1172,35 @@ the following fields: See the "Properties" section for more information on the available pool properties. + +.sp +.ne 2 +.na +\fB\fB-H\fR\fR +.ad +.RS 12n +Scripted mode. Do not display headers, and separate fields by a single tab +instead of arbitrary space. +.RE + +.sp +.ne 2 +.na +\fB\fB-p\fR\fR +.ad +.RS 6n +Display numbers in parsable (exact) values. +.RE + +.sp +.ne 2 +.na +\fB\fB-o\fR \fIfield\fR\fR +.ad +.RS 6n +A comma-separated list of columns to display. \fBname,property,value,source\fR +is the default value. +.RE .RE .sp @@ -1604,6 +1634,15 @@ instead of arbitrary space. .sp .ne 2 .na +\fB\fB-p\fR\fR +.ad +.RS 12n +Display numbers in parsable (exact) values. +.RE + +.sp +.ne 2 +.na \fB\fB-o\fR \fIprops\fR\fR .ad .RS 12n |