The ovn-sbctl is currently missing a description of logging and
common (-h/--help/-V/--version) command-line options. Add them
by including corresponding man page fragments.

Signed-off-by: Lance Richardson <lrich...@redhat.com>
---
 manpages.mk                  | 4 ++++
 ovn/utilities/ovn-sbctl.8.in | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/manpages.mk b/manpages.mk
index 2ff7658..2fb8ef4 100644
--- a/manpages.mk
+++ b/manpages.mk
@@ -2,13 +2,17 @@
 
 ovn/utilities/ovn-sbctl.8: \
        ovn/utilities/ovn-sbctl.8.in \
+       lib/common.man \
        lib/db-ctl-base.man \
        lib/table.man \
+       lib/vlog.man \
        ovsdb/remote-active.man \
        ovsdb/remote-passive.man
 ovn/utilities/ovn-sbctl.8.in:
+lib/common.man:
 lib/db-ctl-base.man:
 lib/table.man:
+lib/vlog.man:
 ovsdb/remote-active.man:
 ovsdb/remote-passive.man:
 
diff --git a/ovn/utilities/ovn-sbctl.8.in b/ovn/utilities/ovn-sbctl.8.in
index 5f0462a..8036397 100644
--- a/ovn/utilities/ovn-sbctl.8.in
+++ b/ovn/utilities/ovn-sbctl.8.in
@@ -97,6 +97,9 @@ to approximately \fIsecs\fR seconds.  If the timeout expires,
 would normally happen only if the database cannot be contacted, or if
 the system is overloaded.)
 .
+.so lib/vlog.man
+.so lib/common.man
+.
 .SS "Table Formatting Options"
 These options control the format of output from the \fBlist\fR and
 \fBfind\fR commands.
-- 
2.5.5

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to