From 15b820172e4873c296ac8736e2da730d0cec8619 Mon Sep 17 00:00:00 2001 From: SenH Date: Thu, 26 Jun 2014 15:26:21 -0700 Subject: [PATCH] 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 Signed-off-by: Brian Behlendorf Closes #2419 --- man/man8/zpool.8 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 4ae9d274c7fb..2ae8b13085cf 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