[ovs-dev] [ovsdb-locks 02/11] ovsdb-doc: Fix definition of .TQ macro.

Ben Pfaff blp at nicira.com
Thu Jul 14 21:27:23 UTC 2011


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

diff --git a/ovsdb/ovsdb-doc.in b/ovsdb/ovsdb-doc.in
index 43dda5e..1c91414 100755
--- a/ovsdb/ovsdb-doc.in
+++ b/ovsdb/ovsdb-doc.in
@@ -241,7 +241,8 @@ def docsToNroff(schemaFile, xmlFile, erFile, title=None):
 .de TQ
 .  br
 .  ns
-.  TP "\\$1"
+.  TP
+\\$1
 ..
 .de ST
 .  PP
-- 
1.7.4.4




More information about the dev mailing list