git: 75a86e93e6e5 - main - usbconfig.8: Sort flags according to style(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jan 2022 21:18:04 UTC
The branch main has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=75a86e93e6e56df781e630ce9504bdd034f82d2f
commit 75a86e93e6e56df781e630ce9504bdd034f82d2f
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-01-29 21:10:21 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-01-29 21:10:21 +0000
usbconfig.8: Sort flags according to style(9)
MFC after: 2 weeks
---
usr.sbin/usbconfig/usbconfig.8 | 10 +++++-----
1 file 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 ,