Looks good. Ethan
On Thu, Aug 25, 2011 at 12:34, Ben Pfaff <[email protected]> wrote: > The warning is: > tests/test-openflowd.8:365: warning: macro `DD' not defined > > daemon.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. > --- > tests/test-openflowd.8.in | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/tests/test-openflowd.8.in b/tests/test-openflowd.8.in > index 135ba84..66f16fa 100644 > --- a/tests/test-openflowd.8.in > +++ b/tests/test-openflowd.8.in > @@ -3,6 +3,7 @@ > .ds PN test\-openflowd > .\" SSL peer program's name: > .ds SN ovs\-controller > +.ds DD > . > .SH NAME > test\-openflowd \- OpenFlow switch implementation > -- > 1.7.4.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
