aboutsummaryrefslogtreecommitdiff
path: root/lib/vlog.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.man
parent86f2fa597c6eb8eb1c9a42685200c0ac90b85e97 (diff)
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.man')
-rw-r--r--lib/vlog.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/vlog.man b/lib/vlog.man
index ca895b15..a645f3a4 100644
--- a/lib/vlog.man
+++ b/lib/vlog.man
@@ -1,5 +1,5 @@
.TP
-\fB-v\fImodule\fR[\fB:\fIfacility\fR[\fB:\fIlevel\fR]], \fB--verbose=\fImodule\fR[\fB:\fIfacility\fR[\fB:\fIlevel\fR]]
+\fB\-v\fImodule\fR[\fB:\fIfacility\fR[\fB:\fIlevel\fR]], \fB\-\-verbose=\fImodule\fR[\fB:\fIfacility\fR[\fB:\fIlevel\fR]]
.
Sets the logging level for \fImodule\fR in \fIfacility\fR to
\fIlevel\fR:
@@ -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
Regardless of the log levels set for \fBfile\fR, logging to a file
-will not take place unless \fB--log-file\fR is also specified (see
+will not take place unless \fB\-\-log\-file\fR is also specified (see
below).
.
.IP \(bu
@@ -28,17 +28,17 @@ logged. If it is omitted, \fIlevel\fR defaults to \fBdbg\fR.
.RE
.
.TP
-\fB-v\fR, \fB--verbose\fR
+\fB\-v\fR, \fB\-\-verbose\fR
Sets the maximum logging verbosity level, equivalent to
-\fB--verbose=ANY:ANY:dbg\fR.
+\fB\-\-verbose=ANY:ANY:dbg\fR.
.
.TP
-\fB-vPATTERN:\fIfacility\fB:\fIpattern\fR, \fB--verbose=PATTERN:\fIfacility\fB:\fIpattern\fR
+\fB\-vPATTERN:\fIfacility\fB:\fIpattern\fR, \fB\-\-verbose=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.
.
.TP
-\fB--log-file\fR[\fB=\fIfile\fR]
+\fB\-\-log\-file\fR[\fB=\fIfile\fR]
Enables logging to a file. If \fIfile\fR is specified, then it is
used as the exact name for the log file. The default log file name
used if \fIfile\fR is omitted is \fB@LOGDIR@/\*(PN.log\fR.