summaryrefslogtreecommitdiff
path: root/utilities/ovs-ctl.8
diff options
context:
space:
mode:
authorChris Wright <chrisw@sous-sol.org>2012-03-09 09:55:45 -0800
committerJesse Gross <jesse@nicira.com>2012-03-09 11:20:54 -0800
commit9b80f761bed9a32c1b0eb22ee3361966057ea973 (patch)
treee95be69fa54756f059acd2d2475e58f390424f8a /utilities/ovs-ctl.8
parent12bb621f563c2644ce20922e641848c35ede98c0 (diff)
downloadopenvswitch-9b80f761bed9a32c1b0eb22ee3361966057ea973.tar.gz
datapath: omit _mod from module names
This renames the datapath modules: openvswitch_mod -> openvswitch brcompat_mod -> brcompat The first makes the module name consistent with upstream, and the latter is just for internal consistency. This makes tools, and documentation refer to a common module name regardless if it's coming from upstream linux or built from datapath/ as part of a local build. Signed-off-by: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'utilities/ovs-ctl.8')
-rw-r--r--utilities/ovs-ctl.84
1 files changed, 2 insertions, 2 deletions
diff --git a/utilities/ovs-ctl.8 b/utilities/ovs-ctl.8
index 658cbd6ba..06ccfecac 100644
--- a/utilities/ovs-ctl.8
+++ b/utilities/ovs-ctl.8
@@ -282,8 +282,8 @@ from other errors that may occur when running the \fBstart\fR command.
.
.PP
By default the \fBload\-kmod\fR command attempts to load the
-openvswitch_mod kernel module. If the \fB\-\-brcompat\fR option is
-specified then the brcompat_mod kernel module is also loaded.
+openvswitch kernel module. If the \fB\-\-brcompat\fR option is
+specified then the brcompat kernel module is also loaded.
.
.SH "The ``enable\-protocol'' command"
.