git: 99e4ea083c57 - stable/13 - netlink: connect netlink(4), rtnetlink(4), genetlinl(4) to build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 21:46:45 UTC
The branch stable/13 has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=99e4ea083c57a9d002055a48a9e12eb333ee90cd commit 99e4ea083c57a9d002055a48a9e12eb333ee90cd Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2022-11-07 16:50:00 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2023-01-24 21:42:18 +0000 netlink: connect netlink(4), rtnetlink(4), genetlinl(4) to build MFC after: 2 months (after 7366c0a49c9a60d3eea7520d7ae4bc2b3ab172f3) (cherry picked from commit 82e4a85de50b6e0acd6dc443e80919ad09e88365) --- share/man/man4/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 45182387cd4e..0af0246f9328 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -169,6 +169,7 @@ MAN= aac.4 \ gdb.4 \ gem.4 \ genet.4 \ + genetlink.4 \ geom.4 \ geom_linux_lvm.4 \ geom_map.4 \ @@ -340,6 +341,7 @@ MAN= aac.4 \ netgdb.4 \ netgraph.4 \ netintro.4 \ + netlink.4 \ netmap.4 \ ${_nfe.4} \ ${_nfsmb.4} \ @@ -474,6 +476,7 @@ MAN= aac.4 \ rl.4 \ rndtest.4 \ route.4 \ + rtnetlink.4 \ rtsx.4 \ rtw88.4 \ rtw88fw.4 \