Skip to content

Commit

Permalink
Fix man zpool property feature_guid
Browse files Browse the repository at this point in the history
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 openzfs#2419
  • Loading branch information
SenH authored and ryao committed Oct 24, 2014
1 parent 07dabd2 commit 15b8201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions man/man8/zpool.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15b8201

Please sign in to comment.