git: 7f2109f240c2 - main - netlink: add snl(3) manpage to the build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Jan 2023 20:25:51 UTC
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=7f2109f240c2cdb916ca0047422ccfb2a697cee7 commit 7f2109f240c2cdb916ca0047422ccfb2a697cee7 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-16 20:25:44 +0000 netlink: add snl(3) manpage to the build --- 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 \