]> git.proxmox.com Git - mirror_zfs.git/commit
Fix man zpool property feature_guid
authorSenH <sen@senhaerens.be>
Thu, 26 Jun 2014 22:26:21 +0000 (15:26 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Jun 2014 23:21:15 +0000 (16:21 -0700)
commit1567e0758b1674ff06ca1eaaaf4a3bbd04fb201e
tree5f22c4439d2cdd533ad2c1d1cc6977debd9c5cfc
parent07dabd234dd51a1e5adc5bd21cddf5b5fdc70732
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
man/man8/zpool.8