[ovs-dev] [PATCH 2/6] docs: Suppress "warning: macro `DD' not defined" warning

Simon Horman horms at verge.net.au
Wed Aug 24 01:40:52 UTC 2011


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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/vswitchd/ovs-brcompatd.8.in b/vswitchd/ovs-brcompatd.8.in
index fb3548e..0d5d462 100644
--- a/vswitchd/ovs-brcompatd.8.in
+++ b/vswitchd/ovs-brcompatd.8.in
@@ -29,6 +29,7 @@ communicate with \fBovsdb\-server\fR.  The default is
 \fBovs\-brcompatd\fR will search the \fBPATH\fR environment variable
 to find it.
 .
+.ds DD
 .so lib/daemon.man
 .so lib/vlog.man
 .so lib/common.man
-- 
1.7.5.4




More information about the dev mailing list