summaryrefslogtreecommitdiff
path: root/lib/vlog-unixctl.man
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-11-09 14:46:38 -0800
committerBen Pfaff <blp@nicira.com>2009-11-09 14:46:38 -0800
commit3fbe1d307e27ed99528d83cf866c7df497e58b77 (patch)
tree44f4b56114eb2d4e4f093e3378aefaf823283e57 /lib/vlog-unixctl.man
parentfde05aded2906e113d02aa13d207d9a6e3e0ea99 (diff)
downloadopenvswitch-3fbe1d307e27ed99528d83cf866c7df497e58b77.tar.gz
Make ovs-appctl easier to use and synchronize its interface with ovs-vsctl.
It is inconvenient to type the whole path to the Unix daemon socket when using ovs-appctl. Allow the name of the daemon to be used instead when a pidfile exists in the default location, and contact ovs-vswitchd by default. Also, the various options for manipulating vlog were invented before the general-purpose command mechanism existed. Get rid of all of the action options in favor of just specifying the command to be executed as non-option arguments. Finally, there simply wasn't much value in allowing multiple targets or options to be specified; these variations were never used in practice. So simplify the interface by making it one target, one action per invocation. Also, make ovs-vsctl use the same syntax for its --target option. Based on work by Justin Pettit.
Diffstat (limited to 'lib/vlog-unixctl.man')
-rw-r--r--lib/vlog-unixctl.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vlog-unixctl.man b/lib/vlog-unixctl.man
index 5c79875fc..86eece3b7 100644
--- a/lib/vlog-unixctl.man
+++ b/lib/vlog-unixctl.man
@@ -7,7 +7,7 @@ Sets the logging level for \fImodule\fR in \fIfacility\fR to
.RS
.IP \(bu
\fImodule\fR may be any valid module name (as displayed by the
-\fB--list\fR action on \fBovs-appctl\fR(8)), or the special name
+\fB--list\fR action on \fBovs\-appctl\fR(8)), or the special name
\fBANY\fR to set the logging levels for all modules.
.
.IP \(bu
@@ -26,7 +26,7 @@ logged. If it is omitted, \fIlevel\fR defaults to \fBdbg\fR.
.RE
.IP "\fBvlog/set PATTERN:\fIfacility\fB:\fIpattern\fR"
Sets the log pattern for \fIfacility\fR to \fIpattern\fR. Refer to
-\fBovs-appctl\fR(8) for a description of the valid syntax for \fIpattern\fR.
+\fBovs\-appctl\fR(8) for a description of the valid syntax for \fIpattern\fR.
.
.IP "\fBvlog/list\fR"
Lists the supported logging modules and their current levels.