aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2022-01-29 21:10:21 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2022-01-29 21:10:21 +0000
commit75a86e93e6e56df781e630ce9504bdd034f82d2f (patch)
treef169039187f4177161418a1d7272e0f15a0cf444
parent5eafaf9e68894cda4e8dca5f363be0b4f15b5cd6 (diff)
downloadsrc-75a86e93e6e56df781e630ce9504bdd034f82d2f.tar.gz
src-75a86e93e6e56df781e630ce9504bdd034f82d2f.zip
usbconfig.8: Sort flags according to style(9)
MFC after: 2 weeks
-rw-r--r--usr.sbin/usbconfig/usbconfig.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/usbconfig/usbconfig.8 b/usr.sbin/usbconfig/usbconfig.8
index 0644199bdca7..0cc2f25d9bf8 100644
--- a/usr.sbin/usbconfig/usbconfig.8
+++ b/usr.sbin/usbconfig/usbconfig.8
@@ -31,18 +31,18 @@
.Nd configure the USB subsystem
.Sh SYNOPSIS
.Nm
-.Op Fl u Ar unit
+.Op Fl v
.Op Fl a Ar addr
.Op Fl i Ar interface_index
-.Op Fl v
+.Op Fl u Ar unit
.Op Ar cmds ...
.Nm
.Fl d
.Sm off
.Oo Oo Cm /dev/ Oc Cm ugen Oc Ar unit Cm \&. Ar addr
.Sm on
-.Op Fl i Ar interface_index
.Op Fl v
+.Op Fl i Ar interface_index
.Op Ar cmds ...
.Sh DESCRIPTION
The
@@ -51,8 +51,6 @@ utility is used to configure and dump information about the USB subsystem.
.Pp
The options are as follows:
.Bl -tag -width "-u unit"
-.It Fl u Ar unit
-Limit device range to USB devices connected to the given USBUS unit.
.It Fl a Ar addr
Limit device range to the given USB device index.
Should only be used in conjunction with the unit argument.
@@ -73,6 +71,8 @@ Show help and available commands.
Specify interface index as indicated by the command description.
If this argument is not specified
a value of zero will be used for the interface index.
+.It Fl u Ar unit
+Limit device range to USB devices connected to the given USBUS unit.
.It Fl v
Activate the
.Cm dump_device_desc ,