1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

fwget.8: polish

MFC after:	3 days
Reviewed by:	imp
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1269
This commit is contained in:
Alexander Ziaee 2024-06-01 04:45:07 -04:00 committed by Warner Losh
parent 32d2a1de3d
commit cfe55a8af8

View File

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