From owner-svn-src-all@FreeBSD.ORG Thu Mar 20 19:24:30 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6592240F; Thu, 20 Mar 2014 19:24:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 524F7698; Thu, 20 Mar 2014 19:24:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2KJOU0v083644; Thu, 20 Mar 2014 19:24:30 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2KJOUnN083643; Thu, 20 Mar 2014 19:24:30 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201403201924.s2KJOUnN083643@svn.freebsd.org> From: Xin LI Date: Thu, 20 Mar 2014 19:24:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r263438 - vendor/illumos/dist/man/man1m X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 19:24:30 -0000 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