docs: Suppress "warning: macro `DD' not defined" warning
authorSimon Horman <horms@verge.net.au>
Wed, 24 Aug 2011 01:40:52 +0000 (10:40 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Aug 2011 16:27:08 +0000 (09:27 -0700)
commit3e5776486bd1ebb765395ee7d97391cdfaedfa06
tree0c06e3b23b630d9eb0899f5e40ce4bd19ccd0aa6
parent4b944e5bfbd746a8ecf0f164d8fe74a3a1024d1c
docs: Suppress "warning: macro `DD' not defined" warning

Suppress "warning: macro `DD' not defined" warning for ovs-brcompatd.8.

As per the description by Ben Pfaff for the same problem effecting
other files:

deamon.man allows the file that is including it to include extra
text in the description of --detach by defining a macro named DD.
Only some of the manpages that included it did this (only those
manpages that needed extra text there).  But it's better to be
quiet in "man --warnings", so this defines DD to an empty value in
the other manpages that include daemon.man.

Reported by lintian
vswitchd/ovs-brcompatd.8.in