From owner-svn-src-head@FreeBSD.ORG Fri Aug 31 17:18:42 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F27AC106564A; Fri, 31 Aug 2012 17:18:41 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DD6588FC17; Fri, 31 Aug 2012 17:18:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7VHIfJM067071; Fri, 31 Aug 2012 17:18:41 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7VHIfUc067067; Fri, 31 Aug 2012 17:18:41 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201208311718.q7VHIfUc067067@svn.freebsd.org> From: Joel Dahl Date: Fri, 31 Aug 2012 17:18:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r239953 - head/cddl/contrib/opensolaris/cmd/zpool X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 17:18:42 -0000 Author: joel (doc committer) Date: Fri Aug 31 17:18:41 2012 New Revision: 239953 URL: http://svn.freebsd.org/changeset/base/239953 Log: Mdoc fixes. Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.5 head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.5 ============================================================================== --- head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.5 Fri Aug 31 16:57:16 2012 (r239952) +++ head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.5 Fri Aug 31 17:18:41 2012 (r239953) @@ -67,7 +67,7 @@ however a feature's short name may diffe following the convention would result in name conflicts. .Ss Feature states Features can be in one of three states: -.Bl -tag +.Bl -tag -width "XXXXXXXX" .It Sy active This feature's on\-disk format changes are in effect on the pool. Support for this feature is required to import the pool in read\-write mode. @@ -93,6 +93,7 @@ unless an administrator moves the featur state. Features cannot be disabled once they have been enabled. .El +.Pp The state of supported features is exposed through pool properties of the form .Sy feature@short_name . .Ss Read\-only compatibility @@ -111,7 +112,7 @@ named .Sy unsupported@feature_guid will indicate why the import was allowed despite the unsupported feature. Possible values for this property are: -.Bl -tag +.Bl -tag -width "XXXXXXXX" .It Sy inactive The feature is in the .Sy enabled @@ -127,7 +128,7 @@ properly. Enabling a feature will automatically enable any features it depends on. .Sh FEATURES The following features are supported on this system: -.Bl -tag +.Bl -tag -width "XXXXXXXX" .It Sy async_destroy .Bl -column "READ\-ONLY COMPATIBLE" "com.delphix:async_destroy" .It GUID Ta com.delphix:async_destroy Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 ============================================================================== --- head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Fri Aug 31 16:57:16 2012 (r239952) +++ head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Fri Aug 31 17:18:41 2012 (r239953) @@ -193,7 +193,7 @@ A describes a single device or a collection of devices organized according to certain performance and fault characteristics. The following virtual devices are supported: -.Bl -tag +.Bl -tag -width "XXXXXX" .It Sy disk A block device, typically located under .Pa /dev . @@ -532,7 +532,7 @@ can provide additional information about .It Sy dedupratio The deduplication ratio specified for a pool, expressed as a multiplier. For example, a -.S dedupratio +.Sy dedupratio value of 1.76 indicates that 1.76 units of data were stored but only 1 unit of disk space was actually consumed. See .Xr zfs 8 for a description of the deduplication feature. @@ -1678,6 +1678,16 @@ This option can only be used to increase supported legacy version number. .El .El +.Sh EXIT STATUS +The following exit values are returned: +.Bl -tag -offset 2n -width 2n +.It 0 +Successful completion. +.It 1 +An error occurred. +.It 2 +Invalid command line options were specified. +.El .Sh EXAMPLES .Bl -tag -width 0n .It Sy Example 1 No Creating a RAID-Z Storage Pool @@ -1915,16 +1925,6 @@ Pool data returned to its state as of Tu Discarded approximately 29 seconds of transactions. .Ed .El -.Sh EXIT STATUS -The following exit values are returned: -.Bl -tag -offset 2n -width 2n -.It 0 -Successful completion. -.It 1 -An error occurred. -.It 2 -Invalid command line options were specified. -.El .Sh SEE ALSO .Xr zfs 8 .Xr zpool-features 5