Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2024 18:56:48 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6d85340e0cf8 - stable/14 - fwget.8: polish
Message-ID:  <202412281856.4BSIumbU038752@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=6d85340e0cf8df7bb240012e3085694686d76f94

commit 6d85340e0cf8df7bb240012e3085694686d76f94
Author:     Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-06-01 08:45:07 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-12-28 18:11:51 +0000

    fwget.8: polish
    
    MFC after:      3 days
    Reviewed by:    imp
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1269
    
    (cherry picked from commit cfe55a8af81df098995143cf3a17f67f591f5dae)
---
 usr.sbin/fwget/fwget.8 | 29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/usr.sbin/fwget/fwget.8 b/usr.sbin/fwget/fwget.8
index 71cee817b7e6..7b8b606cc591 100644
--- a/usr.sbin/fwget/fwget.8
+++ b/usr.sbin/fwget/fwget.8
@@ -1,3 +1,6 @@
+.\"-
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
 .\" Copyright (c) 2023 Beckhoff Automation GmbH & Co. KG
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -20,40 +23,38 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Apr 26, 2023
+.Dd June 27, 2024
 .Dt FWGET 8
 .Os
 .Sh NAME
 .Nm fwget
-.Nd Install firmwares for the running system
+.Nd install firmware packages for the running system
 .Sh SYNOPSIS
 .Nm
-.Op Fl v
 .Op Fl n
-.Ar subsystem
+.Op Fl v
+.Op Ar subsystem
 .Sh DESCRIPTION
 The
 .Nm
-utility can be used to install firmwares packaged needed for the running
-system
-.Pp
-If not specified the
-.Ar subsystem
-argument will default to pci cards.
+utility can be used to detect and install firmware packages
+for devices present on a running system.
 .Pp
 The options are as follows:
-.Bl -tag -width
+.Bl -tag -width Fl
 .It Fl n
 Dry run, only show needed packages
 .It Fl v
 Be more verbose
+.It Ar subsystem
+Hardware subsystem, default pci
 .El
 .Sh SEE ALSO
 .Xr firmware 9
 .Sh HISTORY
 The
 .Nm
-utility appeared in
+utility first appeared in
 .Fx 14.0 .
 .Sh AUTHORS
 .An -nosplit
@@ -61,4 +62,6 @@ The
 .Nm
 utility and this manual page were written by
 .An Emmanuel Vadot Aq Mt manu@FreeBSD.org
-for Beckhoff Automation GmbH & Co. KG .
+for Beckhoff Automation GmbH & Co\. KG.
+.Sh CAVEATS
+This utility currently only supports the pci subsystem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412281856.4BSIumbU038752>