diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2019-08-16 10:43:23 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2019-08-16 10:43:23 +0000 |
commit | 2379f91cf9d7dd17cb5e18c68ac25f80d2fb098f (patch) | |
tree | 80ec275eb0e69dfd27964347895eec25bb2ef3c1 /cddl | |
parent | 245139c69d15c639b9e518349786ae46c3188f01 (diff) | |
download | src-2379f91cf9d7dd17cb5e18c68ac25f80d2fb098f.tar.gz src-2379f91cf9d7dd17cb5e18c68ac25f80d2fb098f.zip |
zpool-features.7: Fix a typo
Reported by: pstef
Reviewed by: pstef
Approved by: src (pstef)
Differential Revision: https://reviews.freebsd.org/D21290
Notes
Notes:
svn path=/head/; revision=351115
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 b/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 index 9e0086075896..1d6a6f888730 100644 --- a/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 +++ b/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 7, 2017 +.Dd August 16, 2019 .Dt ZPOOL-FEATURES 7 .Os .Sh NAME @@ -284,7 +284,7 @@ configuration. .It DEPENDENCIES Ta none .El .Pp -This features allows ZFS to maintain more information about how free space +This feature allows ZFS to maintain more information about how free space is organized within the pool. If this feature is .Sy enabled , |