Fix zdb.8 macro warning
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 22 Feb 2013 19:28:28 +0000 (11:28 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 6 Mar 2013 23:46:41 +0000 (15:46 -0800)
commit2016ff96d1739b5ced1d37e7266720e7531b8212
tree51e2979a90e2791efc547cb71dc887eadd5499e1
parent92db59ca3b42eb0aa3fbdcac689cc49878438177
Fix zdb.8 macro warning

Detected by rpmlint the 'rpool/export/home' section was being
interpretted by troff as an undefined macro.  This resulted
in the 'rpool/export/home' output being omitted from 'man zdb'.

This was caused by starting the line with a ' character.  By
moving the 'in' down to the next line we're able to fix it.

  zfs.x86_64: W: manual-page-warning /usr/share/man/man8/zdb.8.gz
  450: warning: macro `rpool/export/home'' not defined

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
man/man8/zdb.8