diff options
author | SenH <[email protected]> | 2014-06-26 15:26:21 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-06-26 16:21:15 -0700 |
commit | 1567e0758b1674ff06ca1eaaaf4a3bbd04fb201e (patch) | |
tree | 5f22c4439d2cdd533ad2c1d1cc6977debd9c5cfc /man/man8/zpool.8 | |
parent | 07dabd234dd51a1e5adc5bd21cddf5b5fdc70732 (diff) |
Fix man zpool property feature_guid
The property name gets mangled with the explanation due to the property
length. Fixed by putting the explanation on the next line.
Before:
unsupported@feature_Info rmation about unsupported features that are
enabled on the pool. See zpool-features(5) for details.
After:
unsupported@feature_guid
Information about unsupported features that are enabled on the pool. See
zpool-features(5) for details.
Signed-off-by: SenH <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #2419
Diffstat (limited to 'man/man8/zpool.8')
-rw-r--r-- | man/man8/zpool.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 4ae9d274c..2ae8b1308 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -568,6 +568,7 @@ Total size of the storage pool. .ad .RS 20n .rt +.sp Information about unsupported features that are enabled on the pool. See \fBzpool-features\fR(5) for details. .RE |