[ovs-dev] [PATCH 5/9] Define IQ macro for SSL man page fragment

Justin Pettit jpettit at nicira.com
Thu Apr 1 03:21:23 UTC 2010


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.
---
 lib/ssl.man |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/lib/ssl.man b/lib/ssl.man
index 12c497c..63f56d5 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
-- 
1.7.0.3





More information about the dev mailing list