The option is documented for ovsdb-server but not for ovs-vswitchd.
This commit adds the documentation for ovs-vswitchd too.

Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
---
 manpages.mk                |    2 ++
 vswitchd/ovs-vswitchd.8.in |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/manpages.mk b/manpages.mk
index b21ec41..9b81ece 100644
--- a/manpages.mk
+++ b/manpages.mk
@@ -246,6 +246,7 @@ vswitchd/ovs-vswitchd.8: \
        lib/service.man \
        lib/ssl-bootstrap.man \
        lib/ssl.man \
+       lib/unixctl.man \
        lib/vlog-unixctl.man \
        lib/vlog.man \
        ofproto/ofproto-dpif-unixctl.man \
@@ -261,6 +262,7 @@ lib/memory-unixctl.man:
 lib/service.man:
 lib/ssl-bootstrap.man:
 lib/ssl.man:
+lib/unixctl.man:
 lib/vlog-unixctl.man:
 lib/vlog.man:
 ofproto/ofproto-dpif-unixctl.man:
diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in
index 6e4929c..55c5fd4 100644
--- a/vswitchd/ovs-vswitchd.8.in
+++ b/vswitchd/ovs-vswitchd.8.in
@@ -99,6 +99,8 @@ configuration.
 .so lib/ssl.man
 .so lib/ssl-bootstrap.man
 .so lib/vlog.man
+.SS "Other Options"
+.so lib/unixctl.man
 .so lib/common.man
 .
 .SH "RUNTIME MANAGEMENT COMMANDS"
-- 
1.7.9.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to