This keeps the first paragraph of text from running into the title.
Signed-off-by: Ben Pfaff <[email protected]>
---
ovsdb/ovsdb-doc.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ovsdb/ovsdb-doc.in b/ovsdb/ovsdb-doc.in
index 7b783e1..40749cc 100755
--- a/ovsdb/ovsdb-doc.in
+++ b/ovsdb/ovsdb-doc.in
@@ -280,6 +280,7 @@ def docsToNroff(schemaFile, xmlFile, erFile, title=None):
..
.SH NAME
%s \- %s database schema
+.PP
''' % (title, d.strftime("%B %Y"), textToNroff(title), schema.name)
tables = ""
--
1.7.2.5
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev