Date: Thu, 20 Mar 2014 19:24:30 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r263438 - vendor/illumos/dist/man/man1m Message-ID: <201403201924.s2KJOUnN083643@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Thu Mar 20 19:24:29 2014 New Revision: 263438 URL: http://svnweb.freebsd.org/changeset/base/263438 Log: 4571 Add documentation for -T and interval to "zpool list" illumos/illumos-gate@b55998b6d68438193f311140cafa2104f2038571 Modified: vendor/illumos/dist/man/man1m/zpool.1m Modified: vendor/illumos/dist/man/man1m/zpool.1m ============================================================================== --- vendor/illumos/dist/man/man1m/zpool.1m Thu Mar 20 19:23:38 2014 (r263437) +++ vendor/illumos/dist/man/man1m/zpool.1m Thu Mar 20 19:24:29 2014 (r263438) @@ -1569,12 +1569,28 @@ the pool, in addition to the pool-wide s .sp .ne 2 .na -\fB\fBzpool list\fR [\fB-Hv\fR] [\fB-o\fR \fIprops\fR[,...]] [\fIpool\fR] ...\fR +\fB\fBzpool list\fR [\fB-T\fR \fBu\fR | \fBd\fR] [\fB-Hv\fR] [\fB-o\fR \fIprops\fR[,...]] [\fIpool\fR] ... +[\fIinterval\fR[\fIcount\fR]]\fR .ad .sp .6 .RS 4n -Lists the given pools along with a health status and space usage. When given no -arguments, all pools in the system are listed. +Lists the given pools along with a health status and space usage. If no \fIpools\fR are specified, +all pools in the system are listed. When given an \fIinterval\fR, the information is printed every +\fIinterval\fR seconds until \fBCtrl-C\fR is pressed. If \fIcount\fR is specified, the command exits +after \fIcount\fR reports are printed. +.sp +.ne 2 +.na +\fB\fB-T\fR \fBu\fR | \fBd\fR\fR +.ad +.RS 12n +Display a time stamp. +.sp +Specify \fBu\fR for a printed representation of the internal representation of +time. See \fBtime\fR(2). Specify \fBd\fR for standard date format. See +\fBdate\fR(1). +.RE + .sp .ne 2 .na
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403201924.s2KJOUnN083643>