From: Ben Pfaff Date: Thu, 20 Dec 2012 18:16:35 +0000 (-0800) Subject: ovsdb-doc: Fix formatting at top of generated manpage. X-Git-Tag: sliver-openvswitch-1.9.90-3~10^2~76 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e7c465fd4667280cf7f16b1cc13ea6bb810d33b7;p=sliver-openvswitch.git ovsdb-doc: Fix formatting at top of generated manpage. This keeps the first paragraph of text from running into the title. Signed-off-by: Ben Pfaff Acked-by: Kyle Mestery --- diff --git a/ovsdb/ovsdb-doc.in b/ovsdb/ovsdb-doc.in index 7b783e1a0..40749ccec 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 = ""