Date: Fri, 13 Jun 2025 15:50:35 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1563b306d19d - main - linuxkpi.4, linuxkpi_wlan.4: connect to build Message-ID: <202506131550.55DFoZhL013829@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=1563b306d19db25f5bbf071897b60429b192040c commit 1563b306d19db25f5bbf071897b60429b192040c Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2025-06-13 15:50:30 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2025-06-13 15:50:30 +0000 linuxkpi.4, linuxkpi_wlan.4: connect to build Fixes: bfaec3e64741 linuxkpi.4, linuxkpi_wlan.4: add short man pages Sponsored by: The FreeBSD Foundation --- share/man/man4/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index ed39aafebbc3..a12493de4280 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -290,6 +290,8 @@ MAN= aac.4 \ linprocfs.4 \ linsysfs.4 \ ${_linux.4} \ + ${_linuxkpi.4} \ + ${_linuxkpi_wlan.4} \ liquidio.4 \ lm75.4 \ lo.4 \ @@ -929,6 +931,8 @@ _gve.4= gve.4 _if_vmx.4= if_vmx.4 _ipmi.4= ipmi.4 _linux.4= linux.4 +_linuxkpi.4= linuxkpi.4 +_linuxkpi_wlan.4= linuxkpi_wlan.4 _ossl.4= ossl.4 _pvscsi.4= pvscsi.4 _vmx.4= vmx.4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506131550.55DFoZhL013829>