]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.8.in
Remove bogus warnings from man page.
authorNeilBrown <neilb@suse.de>
Wed, 28 Oct 2009 23:11:01 +0000 (10:11 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 28 Oct 2009 23:11:01 +0000 (10:11 +1100)
commitd1302dd801ffa4ad8b65bee02cefa0459b0860e3
tree3d73b85a344d45422476337cbf23831a72954d6e
parentd28c1a73838ad808fcf6f584f83e357d2f1b3631
Remove bogus warnings from man page.

LANG=C man --warnings -l mdadm.8 > /dev/null

complains that '.XX' is an invalid macro.
This is not correct.  The sequence

   .ig XX
   anything can go here
   .XX

is correct and is ignored (see 'info groff' and the 'ig' index
entry).

However the same can be achieved with
   .ig
   anything can go there
   ..

and this produces no warnings, so use that instead.

Signed-off-by: NeilBrown <neilb@suse.de>
mdadm.8