On Fri, Jun 13, 2025 at 1:53 PM Bjoern A. Zeeb <b...@freebsd.org> wrote: > > On Fri, 13 Jun 2025, Li-Wen Hsu wrote: > > > The branch main has been updated by lwhsu: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=1563b306d19db25f5bbf071897b60429b192040c > > > > commit 1563b306d19db25f5bbf071897b60429b192040c > > Author: Li-Wen Hsu <lw...@freebsd.org> > > AuthorDate: 2025-06-13 15:50:30 +0000 > > Commit: Li-Wen Hsu <lw...@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 > > Thanks but those are not correct. We do build the modules for both > unconditionally.
Oh, right, I should also check sys/modules/Makefile, thanks for pointing this out. > Please remind me to see if I need to put them on the release notes > template and copes for 15.0 if I forget. I am not very sure, I suppose they should come with when they were introduced, but mentioning them still seems a good idea to me. > > > _ossl.4= ossl.4 > > _pvscsi.4= pvscsi.4 > > _vmx.4= vmx.4 > > > > -- > Bjoern A. Zeeb r15:7