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 <sen@senhaerens.be>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2419
This commit is contained in:
SenH 2014-06-26 15:26:21 -07:00 committed by Brian Behlendorf
parent 07dabd234d
commit 1567e0758b

View File

@ -568,6 +568,7 @@ Total size of the storage pool.
.ad .ad
.RS 20n .RS 20n
.rt .rt
.sp
Information about unsupported features that are enabled on the pool. See Information about unsupported features that are enabled on the pool. See
\fBzpool-features\fR(5) for details. \fBzpool-features\fR(5) for details.
.RE .RE