X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=ovsdb%2Fovsdb-doc.in;h=43dda5e0665ef8ecbeff26b047829c1240be26dc;hb=5bee6e2638989aff14429c5a85fa7cef196f2106;hp=b325b263283bd924bbe7ce497078ca34999991e6;hpb=6910a6e6f25f7fe7adfd93c8405671e72d4d156b;p=openvswitch diff --git a/ovsdb/ovsdb-doc.in b/ovsdb/ovsdb-doc.in index b325b263..43dda5e0 100755 --- a/ovsdb/ovsdb-doc.in +++ b/ovsdb/ovsdb-doc.in @@ -52,6 +52,8 @@ def inlineXmlToNroff(node, font): s = r'\fB' if node.hasAttribute('column'): s += node.attributes['column'].nodeValue + if node.hasAttribute('key'): + s += ':' + node.attributes['key'].nodeValue elif node.hasAttribute('table'): s += node.attributes['table'].nodeValue elif node.hasAttribute('group'):