nroff: Fix style of names.
authorBen Pfaff <blp@nicira.com>
Tue, 7 Jul 2015 04:05:03 +0000 (21:05 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 7 Jul 2015 04:05:51 +0000 (21:05 -0700)
commit4d9d1d9e7248820fd192dfbc6780fc5f673594fc
tree1c506b0edc164f2ae082c5f70d730485419b4043
parent44648b0f08fecf237a3c71203a334dd5ee3f9cad
nroff: Fix style of names.

The recommended Google Python style is multi_word_names, not
multiWordNames.

There are lots of other places where the style could be improved.
I started here because I was working in this code anyway and because
this code is only used at build time and not installed, so that it
can't break any third-party code.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
build-aux/xml2nroff
ovsdb/ovsdb-doc
python/build/nroff.py