xref: /freebsd/usr.sbin/fwget/fwget.8 (revision f126890a)
1.\" Copyright (c) 2023 Beckhoff Automation GmbH & Co. KG
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\"    notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright
9.\"    notice, this list of conditions and the following disclaimer in the
10.\"    documentation and/or other materials provided with the distribution.
11.\"
12.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
14.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
15.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
16.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
17.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
18.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
19.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
20.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
21.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22.\"
23.Dd Apr 26, 2023
24.Dt FWGET 8
25.Os
26.Sh NAME
27.Nm fwget
28.Nd Install firmwares for the running system
29.Sh SYNOPSIS
30.Nm
31.Op Fl v
32.Op Fl n
33.Ar subsystem
34.Sh DESCRIPTION
35The
36.Nm
37utility can be used to install firmwares packaged needed for the running
38system
39.Pp
40If not specified the
41.Ar subsystem
42argument will default to pci cards.
43.Pp
44The options are as follows:
45.Bl -tag -width
46.It Fl n
47Dry run, only show needed packages
48.It Fl v
49Be more verbose
50.El
51.Sh SEE ALSO
52.Xr firmware 9
53.Sh HISTORY
54The
55.Nm
56utility appeared in
57.Fx 14.0 .
58.Sh AUTHORS
59.An -nosplit
60The
61.Nm
62utility and this manual page were written by
63.An Emmanuel Vadot Aq Mt manu@FreeBSD.org
64for Beckhoff Automation GmbH & Co. KG .
65