Skip to content

Commit

Permalink
fwget.8: polish
Browse files Browse the repository at this point in the history
MFC after:	3 days
Reviewed by:	imp
Pull Request:	#1269
  • Loading branch information
concussious authored and bsdimp committed Jun 28, 2024
1 parent 32d2a1d commit cfe55a8
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions usr.sbin/fwget/fwget.8
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,45 +23,45 @@
.\" (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
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.

Check warning on line 67 in usr.sbin/fwget/fwget.8

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line

0 comments on commit cfe55a8

Please sign in to comment.