Skip to content

Commit

Permalink
man bluetooth/fwdownloaders: alignment nits, SPDX
Browse files Browse the repository at this point in the history
MFC after: 3 days

Reviewed by: imp
Pull Request: #1267
  • Loading branch information
concussious authored and bsdimp committed May 31, 2024
1 parent a5ae2d2 commit 9c0d6df
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
10 changes: 7 additions & 3 deletions usr.sbin/bluetooth/ath3kfw/ath3kfw.8
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.\"-
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.\" Copyright (c) 2010 Maksim Yevmenkin <[email protected]>
.\" Copyright (c) 2013, 2016 Adrian Chadd <[email protected]>
.\" All rights reserved.
Expand Down Expand Up @@ -31,6 +34,7 @@
.Nd download firmware for Atheros AR3011/AR3012 Bluetooth USB devices
.Sh SYNOPSIS
.Nm
.Op Fl DI
.Fl d Ar device_name
.Fl f Ar firmware_path
.Nm
Expand Down Expand Up @@ -58,19 +62,19 @@ utility will query the device to determine which firmware image and board
configuration to load in at runtime.
.Pp
The options are as follows:
.Bl -tag -width indent
.Bl -tag -width "-f firmware_path"
.It Fl D
Enable verbose debugging.
.It Fl d Ar device_name
Specify
.Xr ugen 4
device name.
.It I
Enable informational debugging.
.It Fl f Ar firmware_path
Specify the directory containing the firmware files to search and upload.
.It Fl h
Display usage message and exit.
.It Fl I
Enable informational debugging.
.El
.Sh EXIT STATUS
.Ex -std
Expand Down
7 changes: 5 additions & 2 deletions usr.sbin/bluetooth/bcmfw/bcmfw.8
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.\"-
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.\" Copyright (c) 2003 Maksim Yevmenkin <[email protected]>
.\" All rights reserved.
.\"
Expand Down Expand Up @@ -62,7 +65,7 @@ I am using the following files from the bluez-firmware-1.0 package:
.Dl "MD5 (BCM2033-FW.bin) = b4e142b3272cfe5a84b32fda6b4b032f"
.Pp
The options are as follows:
.Bl -tag -width indent
.Bl -tag -width "-m mini-driver_file_name"
.It Fl f Ar firmware_file_name
Specify firmware file name for download.
.It Fl h
Expand All @@ -73,7 +76,7 @@ Specify mini-driver file name for download.
Specify device name.
.El
.Sh FILES
.Bl -tag -width ".Pa /dev/ubtbcmfw Ns Ar N Ns Pa \&. Ns Ar EE" -compact
.Bl -tag -width "-m mini-driver_file_name" -compact
.It Pa BCM2033-MD.hex
Mini-driver image.
.It Pa BCM2033-FW.bin
Expand Down
14 changes: 9 additions & 5 deletions usr.sbin/bluetooth/iwmbtfw/iwmbtfw.8
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.\"-
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.\" Copyright (c) 2013, 2016 Adrian Chadd <[email protected]>
.\" Copyright (c) 2019 Vladimir Kondratyev <[email protected]>
.\" Copyright (c) 2021 Philippe Michaud-Boudreault <[email protected]>
Expand Down Expand Up @@ -31,6 +34,7 @@
.Nd download firmware for Intel Wireless AC Bluetooth USB devices
.Sh SYNOPSIS
.Nm
.Op Fl DI
.Fl d Ar device_name
.Fl f Ar firmware_path
.Nm
Expand All @@ -44,8 +48,8 @@ device.
.Pp
This utility will
.Em only
work with Intel Wireless 7260/8260/8265 chip based Bluetooth USB devices and some of
their successors.
work with Intel Wireless 7260/8260/8265 chip based Bluetooth USB devices
and some of their successors.
The identification is currently based on USB vendor ID/product ID pair.
The vendor ID should be 0x8087
.Pq Dv USB_VENDOR_INTEL2
Expand All @@ -61,19 +65,19 @@ utility will query the device to determine which firmware image and board
configuration to load in at runtime.
.Pp
The options are as follows:
.Bl -tag -width indent
.Bl -tag -width "-f firmware_path"
.It Fl D
Enable verbose debugging.
.It Fl d Ar device_name
Specify
.Xr ugen 4
device name.
.It Fl I
Enable informational debugging.
.It Fl f Ar firmware_path
Specify the directory containing the firmware files to search and upload.
.It Fl h
Display usage message and exit.
.It Fl I
Enable informational debugging.
.El
.Sh EXIT STATUS
.Ex -std

Check warning on line 83 in usr.sbin/bluetooth/iwmbtfw/iwmbtfw.8

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
Expand Down

0 comments on commit 9c0d6df

Please sign in to comment.