ovs-vswitchd: Document the '--unixctl' option.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 6 Oct 2014 17:14:21 +0000 (10:14 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 6 Oct 2014 20:46:50 +0000 (13:46 -0700)
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 <gshetty@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
manpages.mk
vswitchd/ovs-vswitchd.8.in

index b21ec41..9b81ece 100644 (file)
@@ -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:
index 6e4929c..55c5fd4 100644 (file)
@@ -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"