From: Justin Pettit Date: Thu, 1 Apr 2010 00:12:37 +0000 (-0700) Subject: Define IQ macro for SSL man page fragment X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da0385d1f57fe00977d2e58022b3f9a6604192e;p=openvswitch Define IQ macro for SSL man page fragment The ssl.man page uses the IQ macro, but doesn't define it. Usually this doesn't matter since its already been defined by man page that's including it. However, in a couple of cases it doesn't, so this cleans that up. Caught by Lintian. --- diff --git a/lib/ssl.man b/lib/ssl.man index 12c497cc..63f56d5f 100644 --- a/lib/ssl.man +++ b/lib/ssl.man @@ -1,3 +1,8 @@ +.de IQ +. br +. ns +. IP "\\$1" +.. .IP "\fB\-p\fR \fIprivkey.pem\fR" .IQ "\fB\-\-private\-key=\fIprivkey.pem\fR" Specifies a PEM file containing the private key used as \fB\*(PN\fR's