Add command-line option documentation to ovn-northd and ovn-controller man pages.
v2: - Account for added files in dist-check (build error) - Fix trailing whitespace complaints from "git am" Lance Richardson (3): ovsdb: add xml equivalents of remote man page fragments northd: document command-line options in man page ovn-controller: document command-line options in man page ovn/controller/ovn-controller.8.xml | 64 ++++++++--------------- ovn/northd/ovn-northd.8.xml | 101 +++++++++++++----------------------- ovsdb/automake.mk | 4 ++ ovsdb/remote-active.xml | 30 +++++++++++ ovsdb/remote-passive.xml | 36 +++++++++++++ 5 files changed, 129 insertions(+), 106 deletions(-) create mode 100644 ovsdb/remote-active.xml create mode 100644 ovsdb/remote-passive.xml -- 2.9.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
