ovsdb-doc: Fix formatting at top of generated manpage.
authorBen Pfaff <blp@nicira.com>
Thu, 20 Dec 2012 18:16:35 +0000 (10:16 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 21 Dec 2012 18:24:59 +0000 (10:24 -0800)
This keeps the first paragraph of text from running into the title.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
ovsdb/ovsdb-doc.in

index 7b783e1..40749cc 100755 (executable)
@@ -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 = ""