diff options
author | Allan Jude <allanjude@FreeBSD.org> | 2019-06-06 01:32:00 +0000 |
---|---|---|
committer | Allan Jude <allanjude@FreeBSD.org> | 2019-06-06 01:32:00 +0000 |
commit | 92e0d7f8404578fb29f02450c55501cb5e857800 (patch) | |
tree | 477ba19dd2f384d174d24c7d52ac1b61d8ccf0bd /cddl | |
parent | 4db23c74550f4dc3b46cc9120d1ccf52cf6ab259 (diff) | |
download | src-92e0d7f8404578fb29f02450c55501cb5e857800.tar.gz src-92e0d7f8404578fb29f02450c55501cb5e857800.zip |
zpool.8: the comment property is not read-only
The comment property was listed in the man page twice, once under the list
of read-only properties, and again (correctly), under the list of user
editable properties.
PR: 238355
Reported by: Michael Zuo <muh.muhten@gmail.com>
Sponsored by: Klara Systems
Notes
Notes:
svn path=/head/; revision=348714
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/contrib/opensolaris/cmd/zpool/zpool.8 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zpool/zpool.8 b/cddl/contrib/opensolaris/cmd/zpool/zpool.8 index e681600c3ffe..811baf39babd 100644 --- a/cddl/contrib/opensolaris/cmd/zpool/zpool.8 +++ b/cddl/contrib/opensolaris/cmd/zpool/zpool.8 @@ -604,10 +604,6 @@ Amount of storage space within the pool that has been physically allocated. .It Sy capacity Percentage of pool space used. This property can also be referred to by its shortened column name, "cap". -.It Sy comment -A text string consisting of printable ASCII characters that will be stored -such that it is available even if the pool becomes faulted. An administrator -can provide additional information about a pool using this property. .It Sy dedupratio The deduplication ratio specified for a pool, expressed as a multiplier. For example, a |