summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2014-02-26 16:30:29 -0800
committerJustin Pettit <jpettit@nicira.com>2014-02-28 13:18:41 -0800
commit77d9e0eba1cf556a88d8035482492df536cf2360 (patch)
tree21371f61a9594f9e39a9ab8f798e5faf19b3ad5e
parentf15e76525a61041b6ed5657e12e159cbb83c8a5c (diff)
downloadopenvswitch-77d9e0eba1cf556a88d8035482492df536cf2360.tar.gz
man: Document common options in ovs-vsctl and vtep-ctl.
Signed-off-by: Justin Pettit <jpettit@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--manpages.mk4
-rw-r--r--utilities/ovs-vsctl.8.in1
-rw-r--r--vtep/vtep-ctl.8.in1
3 files changed, 6 insertions, 0 deletions
diff --git a/manpages.mk b/manpages.mk
index 5d5df0315..1d9ac4526 100644
--- a/manpages.mk
+++ b/manpages.mk
@@ -206,6 +206,7 @@ utilities/ovs-vlan-bugs.man:
utilities/ovs-vsctl.8: \
utilities/ovs-vsctl.8.in \
+ lib/common.man \
lib/ssl-bootstrap.man \
lib/ssl-peer-ca-cert.man \
lib/ssl.man \
@@ -218,6 +219,7 @@ utilities/ovs-vsctl.8: \
ovsdb/remote-passive.man \
ovsdb/remote-passive.man
utilities/ovs-vsctl.8.in:
+lib/common.man:
lib/ssl-bootstrap.man:
lib/ssl-peer-ca-cert.man:
lib/ssl.man:
@@ -262,6 +264,7 @@ ovsdb/remote-passive.man:
vtep/vtep-ctl.8: \
vtep/vtep-ctl.8.in \
+ lib/common.man \
lib/ssl-bootstrap.man \
lib/ssl-peer-ca-cert.man \
lib/ssl.man \
@@ -272,6 +275,7 @@ vtep/vtep-ctl.8: \
ovsdb/remote-passive.man \
ovsdb/remote-passive.man
vtep/vtep-ctl.8.in:
+lib/common.man:
lib/ssl-bootstrap.man:
lib/ssl-peer-ca-cert.man:
lib/ssl.man:
diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in
index 5db0a70cd..43b00bfd4 100644
--- a/utilities/ovs-vsctl.8.in
+++ b/utilities/ovs-vsctl.8.in
@@ -149,6 +149,7 @@ These options control the format of output from the \fBlist\fR and
.so lib/ssl-bootstrap.man
.so lib/ssl-peer-ca-cert.man
.so lib/vlog.man
+.so lib/common.man
.
.SH COMMANDS
The commands implemented by \fBovs\-vsctl\fR are described in the
diff --git a/vtep/vtep-ctl.8.in b/vtep/vtep-ctl.8.in
index 5ffcc6206..320385417 100644
--- a/vtep/vtep-ctl.8.in
+++ b/vtep/vtep-ctl.8.in
@@ -100,6 +100,7 @@ These options control the format of output from the \fBlist\fR and
.so lib/ssl-bootstrap.man
.so lib/ssl-peer-ca-cert.man
.so lib/vlog.man
+.so lib/common.man
.
.SH COMMANDS
The commands implemented by \fBvtep\-ctl\fR are described in the