From 3e5776486bd1ebb765395ee7d97391cdfaedfa06 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Wed, 24 Aug 2011 10:40:52 +0900 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/vswitchd/ovs-brcompatd.8.in b/vswitchd/ovs-brcompatd.8.in index fb3548e6c..0d5d46207 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 -- 2.43.0