This keeps the first paragraph of text from running into the title.

Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 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
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to