.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 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
