diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2020-07-07 11:54:50 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2020-07-07 11:54:50 +0000 |
commit | 6135b6ad77085e69da5334690888ab51ca73217a (patch) | |
tree | 625e94a82dac94ad5ef9f5fafb013e038caaf0f4 /share | |
parent | c8ee349e28e7cc651b93618b44e2b9229bd8533d (diff) |
Update required firmware file path in iwx(4) man page.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/iwx.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/iwx.4 b/share/man/man4/iwx.4 index 499f5c146f8..3807c18e77e 100644 --- a/share/man/man4/iwx.4 +++ b/share/man/man4/iwx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwx.4,v 1.1 2020/02/15 08:48:30 stsp Exp $ +.\" $OpenBSD: iwx.4,v 1.2 2020/07/07 11:54:49 stsp Exp $ .\" .\" Copyright (c) 2020 Stefan Sperling <stsp@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 15 2020 $ +.Dd $Mdocdate: July 7 2020 $ .Dt IWX 4 .Os .Sh NAME @@ -77,7 +77,7 @@ The driver needs one of the following firmware files, which are loaded when an interface is brought up: .Pp .Bl -tag -width Ds -offset indent -compact -.It Pa /etc/firmware/iwx-cc-a0-46 +.It Pa /etc/firmware/iwx-cc-a0-48 .El .Pp These firmware files are not free because Intel refuses to grant |