git: 7f7389e66816 - stable/14 - man bluetooth/fwdownloaders: alignment nits, SPDX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 21:55:24 UTC
The branch stable/14 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=7f7389e6681639fdbdeef9f5987d593e13b508b3
commit 7f7389e6681639fdbdeef9f5987d593e13b508b3
Author: Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-05-31 19:27:58 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-06-12 21:46:24 +0000
man bluetooth/fwdownloaders: alignment nits, SPDX
MFC after: 3 days
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1267
(cherry picked from commit 9c0d6df100eda06697ad4ca86c97c554ee9d727c)
---
usr.sbin/bluetooth/ath3kfw/ath3kfw.8 | 10 +++++++---
usr.sbin/bluetooth/bcmfw/bcmfw.8 | 7 +++++--
usr.sbin/bluetooth/iwmbtfw/iwmbtfw.8 | 14 +++++++++-----
3 files changed, 21 insertions(+), 10 deletions(-)
diff --git a/usr.sbin/bluetooth/ath3kfw/ath3kfw.8 b/usr.sbin/bluetooth/ath3kfw/ath3kfw.8
index 340871d31df8..ed015bbf229d 100644
--- a/usr.sbin/bluetooth/ath3kfw/ath3kfw.8
+++ b/usr.sbin/bluetooth/ath3kfw/ath3kfw.8
@@ -1,3 +1,6 @@
+.\"-
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
.\" Copyright (c) 2010 Maksim Yevmenkin <m_evmenkin@yahoo.com>
.\" Copyright (c) 2013, 2016 Adrian Chadd <adrian@freebsd.org>
.\" All rights reserved.
@@ -31,6 +34,7 @@
.Nd firmware download utility for Atheros AR3011/AR3012 chip based Bluetooth USB devices
.Sh SYNOPSIS
.Nm
+.Op Fl DI
.Fl d Ar device_name
.Fl f Ar firmware_path
.Nm
@@ -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
diff --git a/usr.sbin/bluetooth/bcmfw/bcmfw.8 b/usr.sbin/bluetooth/bcmfw/bcmfw.8
index 22d793641759..b9fa72706d2d 100644
--- a/usr.sbin/bluetooth/bcmfw/bcmfw.8
+++ b/usr.sbin/bluetooth/bcmfw/bcmfw.8
@@ -1,3 +1,6 @@
+.\"-
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
.\" Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
.\" All rights reserved.
.\"
@@ -64,7 +67,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
@@ -75,7 +78,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
diff --git a/usr.sbin/bluetooth/iwmbtfw/iwmbtfw.8 b/usr.sbin/bluetooth/iwmbtfw/iwmbtfw.8
index 368a3865a0eb..66517badd0fc 100644
--- a/usr.sbin/bluetooth/iwmbtfw/iwmbtfw.8
+++ b/usr.sbin/bluetooth/iwmbtfw/iwmbtfw.8
@@ -1,3 +1,6 @@
+.\"-
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
.\" Copyright (c) 2013, 2016 Adrian Chadd <adrian@freebsd.org>
.\" Copyright (c) 2019 Vladimir Kondratyev <wulf@FreeBSD.org>
.\" Copyright (c) 2021 Philippe Michaud-Boudreault <pitwuu@gmail.com>
@@ -32,6 +35,7 @@
USB devices
.Sh SYNOPSIS
.Nm
+.Op Fl DI
.Fl d Ar device_name
.Fl f Ar firmware_path
.Nm
@@ -45,8 +49,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
@@ -62,19 +66,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