From: Ben Pfaff Date: Wed, 13 Jul 2011 21:38:33 +0000 (-0700) Subject: ovsdb-doc: Fix definition of .TQ macro. X-Git-Tag: v1.2.0~39 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=8fb330fff9b6e79b2f6ec7cd566eb57430df93d6 ovsdb-doc: Fix definition of .TQ macro. .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. --- diff --git a/ovsdb/ovsdb-doc.in b/ovsdb/ovsdb-doc.in index 43dda5e06..1c914144c 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