From: Ben Pfaff Date: Tue, 3 May 2011 00:15:21 +0000 (-0700) Subject: docs: Suppress "warning: macro `DD' not defined" warnings from man. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f870d005d48f299785e7dbd0f153dd544f2a5a;p=openvswitch docs: Suppress "warning: macro `DD' not defined" warnings from man. 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. --- diff --git a/ovsdb/ovsdb-client.1.in b/ovsdb/ovsdb-client.1.in index fe7b7fa2..7d8d0b06 100644 --- a/ovsdb/ovsdb-client.1.in +++ b/ovsdb/ovsdb-client.1.in @@ -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 diff --git a/utilities/ovs-controller.8.in b/utilities/ovs-controller.8.in index aa5751f9..18d77de2 100644 --- a/utilities/ovs-controller.8.in +++ b/utilities/ovs-controller.8.in @@ -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