cfm: Delete spurious blank line.
[openvswitch] / ovsdb / ovsdb-doc.in
index 1c914144c460071d8ba2b3cef748a2f5a5948024..17eca52e76b07a3084d31c1c9d169f6c6bd9d737 100755 (executable)
@@ -88,7 +88,7 @@ def blockXmlToNroff(nodes, para='.PP'):
                         and liNode.tagName == 'li'):
                         i += 1
                         if node.tagName == 'ul':
-                            s += ".IP \\bu\n"
+                            s += ".IP \\(bu\n"
                         else:
                             s += ".IP %d. .25in\n" % i
                         s += blockXmlToNroff(liNode.childNodes, ".IP")