From 8fb330fff9b6e79b2f6ec7cd566eb57430df93d6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 13 Jul 2011 14:38:33 -0700 Subject: [PATCH 1/1] 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. --- ovsdb/ovsdb-doc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0