Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2017 01:39:17 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319672 - head/cddl/contrib/opensolaris/cmd/zpool
Message-ID:  <201706080139.v581dH9C005765@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: allanjude
Date: Thu Jun  8 01:39:17 2017
New Revision: 319672
URL: https://svnweb.freebsd.org/changeset/base/319672

Log:
  New sentences start on new lines, fix two violations
  
  Reviewed by:	bcr
  Sponsored by:	BSDCan Dev Summit

Modified:
  head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7

Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7	Thu Jun  8 01:29:24 2017	(r319671)
+++ head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7	Thu Jun  8 01:39:17 2017	(r319672)
@@ -48,13 +48,15 @@ to send file systems between pools.
 Since most features can be enabled independently of each other the on\-disk
 format of the pool is specified by the set of all features marked as
 .Sy active
-on the pool. If the pool was created by another software version this set may
+on the pool.
+If the pool was created by another software version this set may
 include unsupported features.
 .Ss Identifying features
 Every feature has a guid of the form
 .Sy com.example:feature_name .
 The reverse DNS name ensures that the feature's guid is unique across all ZFS
-implementations. When unsupported features are encountered on a pool they will
+implementations.
+When unsupported features are encountered on a pool they will
 be identified by their guids.
 Refer to the documentation for the ZFS implementation that created the pool
 for information about those features.
@@ -283,7 +285,8 @@ configuration.
 .El
 .Pp
 This features allows ZFS to maintain more information about how free space
-is organized within the pool. If this feature is
+is organized within the pool.
+If this feature is
 .Sy enabled ,
 ZFS will
 set this feature to
@@ -337,7 +340,8 @@ All bookmarks in the pool can be listed by running
 .El
 .Pp
 Once this feature is enabled ZFS records the transaction group number
-in which new features are enabled. This has no user-visible impact,
+in which new features are enabled.
+This has no user-visible impact,
 but other features may depend on this feature.
 .Pp
 This feature becomes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706080139.v581dH9C005765>