]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
usbconfig.8: Improve style and fix examples
authorMateusz Piotrowski <0mp@FreeBSD.org>
Sat, 29 Jan 2022 20:59:29 +0000 (21:59 +0100)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Wed, 29 Jun 2022 08:22:49 +0000 (10:22 +0200)
commit6341ffcdebbbfe458694776dd0dbebb1b88141b2
tree23aad6dbd80e6867f6aee7fc725a2e2305bc4036
parent7e6f5e494a76b91ae23c7dbd250dff2d1c6e03bf
usbconfig.8: Improve style and fix examples

- Use Ar macros for arguments
- Stylize the argument synopsis to the -d flag
- Change the width of the list to one of the actual tags in the list
- Stylize "ugen" and "/dev/ugen" with Cm as those are constant strings,
  which are usually treated as command modifiers.
- Break long lines to reduce the number of warnings from linters
- Fix examples; the -d flag is now required when specifying the unit and
  the address with the "dot notation".

MFC after: 2 weeks

(cherry picked from commit 5eafaf9e68894cda4e8dca5f363be0b4f15b5cd6)
usr.sbin/usbconfig/usbconfig.8