aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2020-08-25 09:28:12 +0200
committerJakub Wilk <jwilk@jwilk.net>2020-08-25 09:36:53 +0200
commit9bc2c8096e84f3477ace60a29320d5181ddb0f5b (patch)
treede0e258ae3f920c2753a5773b3157e67310e62ad
parentc92f1962892d709cb9bad3aac2440932dd9684f6 (diff)
downloadusbutils-9bc2c8096e84f3477ace60a29320d5181ddb0f5b.tar.gz
lsusb(8): fix formatting
Commas separating options should not be in bold; punctuation following variable name should not be in italics. Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
-rw-r--r--lsusb.8.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lsusb.8.in b/lsusb.8.in
index 3aff215..331d091 100644
--- a/lsusb.8.in
+++ b/lsusb.8.in
@@ -16,7 +16,7 @@ the devices connected to them.
.SH OPTIONS
.TP
-.B \-v, \-\-verbose
+.BR \-v ", " \-\-verbose
Tells
.I lsusb
to be verbose and display detailed information about the devices shown.
@@ -29,7 +29,7 @@ including hub, audio, HID, communications, and chipcard. Can be used with the
Show only devices in specified
.I bus
and/or
-.I devnum.
+.IR devnum .
Both ID's are given in decimal and may be omitted.
.TP
\fB\-d\fP [\fIvendor\fP]\fB:\fP[\fIproduct\fP]
@@ -50,7 +50,7 @@ Tells
to dump the physical USB device hierarchy as a tree. Verbosity can be increased twice with
\fBv\fP option.
.TP
-.B \-V, \-\-version
+.BR \-V ", " \-\-version
Print version information on standard output,
then exit successfully.