summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manpages.mk4
-rw-r--r--ovn/utilities/ovn-sbctl.8.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/manpages.mk b/manpages.mk
index 2ff7658d1..2fb8ef44b 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 5f0462aa5..80363970c 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.