docs: Suppress "warning: macro `DD' not defined" warnings from man.
authorBen Pfaff <blp@nicira.com>
Tue, 3 May 2011 00:15:21 +0000 (17:15 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 23 May 2011 20:41:18 +0000 (13:41 -0700)
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.

ovsdb/ovsdb-client.1.in
utilities/ovs-controller.8.in

index fe7b7fa..7d8d0b0 100644 (file)
@@ -133,6 +133,7 @@ The following options controlling output formatting:
 .SS "Daemon Options"
 The daemon options apply only to the \fBmonitor\fR command.  With any
 other command, they have no effect.
+.ds DD
 .so lib/daemon.man
 .SS "Logging Options"
 .so lib/vlog.man
index aa5751f..18d77de 100644 (file)
@@ -133,6 +133,7 @@ Use this option more than once to add flows from multiple files.
 .SS "Public Key Infrastructure Options"
 .so lib/ssl.man
 .so lib/ssl-peer-ca-cert.man
+.ds DD
 .so lib/daemon.man
 .so lib/vlog.man
 .so lib/unixctl.man