aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-08-24 10:43:41 -0700
committerBen Pfaff <blp@nicira.com>2011-08-24 12:42:52 -0700
commit5d943800c1681d572411f9883e45dfb9a9e33909 (patch)
tree92a47b05d55aa894e48845109969a14774048de5 /ovsdb
parent367da738332b88425ca3e8599aa349f567f69b91 (diff)
docs: Fix some manpage syntax errors found with "groff".
Diffstat (limited to 'ovsdb')
-rwxr-xr-xovsdb/ovsdb-doc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovsdb/ovsdb-doc.in b/ovsdb/ovsdb-doc.in
index 1c914144..17eca52e 100755
--- a/ovsdb/ovsdb-doc.in
+++ b/ovsdb/ovsdb-doc.in
@@ -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")