mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
ovn-nbctl: Take default database target from OVN_NB_DB in environment.
This makes life easier for testing at the point you start to separate your environment into multiple machines. Also work on the manpage a little. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Alex Wang <alexw@nicira.com>
This commit is contained in:
@@ -65,7 +65,7 @@ def inlineXmlToNroff(node, font, to_upper=False):
|
||||
else:
|
||||
return textToNroff(node.data, font)
|
||||
elif node.nodeType == node.ELEMENT_NODE:
|
||||
if node.tagName in ['code', 'em', 'option']:
|
||||
if node.tagName in ['code', 'em', 'option', 'env']:
|
||||
s = r'\fB'
|
||||
for child in node.childNodes:
|
||||
s += inlineXmlToNroff(child, r'\fB')
|
||||
|
Reference in New Issue
Block a user