summaryrefslogtreecommitdiff
path: root/lib/vlog-unixctl.man
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-06-29 14:29:40 -0700
committerBen Pfaff <blp@nicira.com>2010-06-29 14:29:40 -0700
commit4e312e694f1e9e34ed0aad7d5778b73d7add270d (patch)
tree4d399875944a9475d83bc264ebd18ca71bda19ed /lib/vlog-unixctl.man
parent86f2fa597c6eb8eb1c9a42685200c0ac90b85e97 (diff)
downloadopenvswitch-4e312e694f1e9e34ed0aad7d5778b73d7add270d.tar.gz
doc: Change "-" to "\-" in appropriate places.
The newer manpages tend to get this right more often than the old ones, but there were lots of places that needed to be corrected.
Diffstat (limited to 'lib/vlog-unixctl.man')
-rw-r--r--lib/vlog-unixctl.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/vlog-unixctl.man b/lib/vlog-unixctl.man
index 86eece3b7..5c60a855d 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
@@ -17,7 +17,7 @@ respectively, or \fBANY\fR to set the logging levels for both
facilities. If it is omitted, \fIfacility\fR defaults to \fBANY\fR.
.IP
The log level for the \fBfile\fR facility has no effect unless
-\fB\*(PN\fR was invoked with the \fB--log-file\fR option.
+\fB\*(PN\fR was invoked with the \fB\-\-log\-file\fR option.
.IP \(bu
\fIlevel\fR must be one of \fBemer\fR, \fBerr\fR, \fBwarn\fR,
\fBinfo\fR, or
@@ -36,4 +36,4 @@ Causes \fB\*(PN\fR to close and reopen its log file. (This is useful
after rotating log files, to cause a new log file to be used.)
.IP
This has no effect unless \fB\*(PN\fR was invoked with the
-\fB--log-file\fR option.
+\fB\-\-log\-file\fR option.