ovsdb-doc: Fix definition of .TQ macro.
authorBen Pfaff <blp@nicira.com>
Wed, 13 Jul 2011 21:38:33 +0000 (14:38 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 23:50:08 +0000 (16:50 -0700)
.TP's argument is an optional indentation width, not a string.  The string
goes on the next line.

vswitch.xml didn't actually cause .TQ to be used before, so this wasn't a
problem, but an upcoming commit does add a use, so this commit fixes the
problem in advance.

ovsdb/ovsdb-doc.in

index 43dda5e..1c91414 100755 (executable)
@@ -241,7 +241,8 @@ def docsToNroff(schemaFile, xmlFile, erFile, title=None):
 .de TQ
 .  br
 .  ns
-.  TP "\\$1"
+.  TP
+\\$1
 ..
 .de ST
 .  PP