git: eb310021a4f6 - stable/13 - netlink: add snl(3) manpage to the build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jan 2023 22:12:24 UTC
The branch stable/13 has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=eb310021a4f67e08a7172e4474db690dc52e0fb5 commit eb310021a4f67e08a7172e4474db690dc52e0fb5 Author: Alexander V. Chernikov <melifaro@FreeBSD.org> AuthorDate: 2023-01-16 20:24:49 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2023-01-23 22:09:05 +0000 netlink: add snl(3) manpage to the build (cherry picked from commit 7f2109f240c2cdb916ca0047422ccfb2a697cee7) --- share/man/man3/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index 872aec1e83ab..a72c5ac8c31f 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -27,6 +27,7 @@ MAN= arb.3 \ queue.3 \ sigevent.3 \ siginfo.3 \ + snl.3 \ stats.3 \ stdarg.3 \ sysexits.3 \