File tree 1 file changed +16
-13
lines changed
1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change
1
+ .\" -
2
+ .\" SPDX-License-Identifier: BSD-2-Clause
3
+ .\"
1
4
.\" Copyright (c) 2023 Beckhoff Automation GmbH & Co. KG
2
5
.\"
3
6
.\" Redistribution and use in source and binary forms, with or without
20
23
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
21
24
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22
25
.\"
23
- .Dd Apr 26, 2023
26
+ .Dd June 27, 2024
24
27
.Dt FWGET 8
25
28
.Os
26
29
.Sh NAME
27
30
.Nm fwget
28
- .Nd Install firmwares for the running system
31
+ .Nd install firmware packages for the running system
29
32
.Sh SYNOPSIS
30
33
.Nm
31
- .Op Fl v
32
34
.Op Fl n
33
- .Ar subsystem
35
+ .Op Fl v
36
+ .Op Ar subsystem
34
37
.Sh DESCRIPTION
35
38
The
36
39
.Nm
37
- utility can be used to install firmwares packaged needed for the running
38
- system
39
- .Pp
40
- If not specified the
41
- .Ar subsystem
42
- argument will default to pci cards.
40
+ utility can be used to detect and install firmware packages
41
+ for devices present on a running system.
43
42
.Pp
44
43
The options are as follows:
45
- .Bl -tag -width
44
+ .Bl -tag -width Fl
46
45
.It Fl n
47
46
Dry run, only show needed packages
48
47
.It Fl v
49
48
Be more verbose
49
+ .It Ar subsystem
50
+ Hardware subsystem, default pci
50
51
.El
51
52
.Sh SEE ALSO
52
53
.Xr firmware 9
53
54
.Sh HISTORY
54
55
The
55
56
.Nm
56
- utility appeared in
57
+ utility first appeared in
57
58
.Fx 14.0 .
58
59
.Sh AUTHORS
59
60
.An -nosplit
60
61
The
61
62
.Nm
62
63
utility and this manual page were written by
63
64
.
An Emmanuel Vadot Aq Mt [email protected]
64
- for Beckhoff Automation GmbH & Co. KG .
65
+ for Beckhoff Automation GmbH & Co\. KG.
66
+ .Sh CAVEATS
67
+ This utility currently only supports the pci subsystem.
You can’t perform that action at this time.
0 commit comments