svn commit: r348714 - head/cddl/contrib/opensolaris/cmd/zpool
Allan Jude
allanjude at FreeBSD.org
Thu Jun 6 01:32:01 UTC 2019
Author: allanjude
Date: Thu Jun 6 01:32:00 2019
New Revision: 348714
URL: https://svnweb.freebsd.org/changeset/base/348714
Log:
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 at gmail.com>
Sponsored by: Klara Systems
Modified:
head/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Thu Jun 6 01:16:04 2019 (r348713)
+++ head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Thu Jun 6 01:32:00 2019 (r348714)
@@ -604,10 +604,6 @@ Amount of storage space within the pool that has been
.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
More information about the svn-src-all
mailing list