aboutsummaryrefslogtreecommitdiff
path: root/lib/vlog.man
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-05-01 14:03:52 -0700
committerBen Pfaff <blp@nicira.com>2012-05-22 10:17:06 -0700
commitea523221d4b11e9e067ec8b25a3955d1b64eb537 (patch)
tree791426346740acca47c4584ae356c6ba2986f476 /lib/vlog.man
parentf26ddb5b5fc9f04cf91823e045b41a3ab421330d (diff)
vlog: Take advantage of relaxed "-v" syntax through the tree.
The vlog manpage implies that writing ANY explicitly is obsolete, but examples elsewhere in the documentation and code still tend to add it. This removes them. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/vlog.man')
-rw-r--r--lib/vlog.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vlog.man b/lib/vlog.man
index 00174492..39edaeea 100644
--- a/lib/vlog.man
+++ b/lib/vlog.man
@@ -43,7 +43,7 @@ a word but has no effect.
.IP "\fB\-v\fR"
.IQ "\fB\-\-verbose\fR"
Sets the maximum logging verbosity level, equivalent to
-\fB\-\-verbose=ANY:ANY:dbg\fR.
+\fB\-\-verbose=dbg\fR.
.
.\" Python vlog doesn't implement -vPATTERN so only document it if
.\" \*(PY is empty: