Date: Mon, 9 Dec 2024 17:56:16 GMT From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 3ca117c6bb1d - main - mandoc: drop 3p section Message-ID: <202412091756.4B9HuG1G004950@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=3ca117c6bb1dffaa3542f58339154a7dd166d169 commit 3ca117c6bb1dffaa3542f58339154a7dd166d169 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-12-09 17:25:36 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-12-09 17:25:36 +0000 mandoc: drop 3p section The 3p is an OpenBSD thing and this list of sections is otherwise entierly customized to FreeBSD. Reviewed by: imp, bapt Differential Revision: https://reviews.freebsd.org/D47948 --- contrib/mandoc/msec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/mandoc/msec.in b/contrib/mandoc/msec.in index fc198202fbf1..1d7518a5e43d 100644 --- a/contrib/mandoc/msec.in +++ b/contrib/mandoc/msec.in @@ -26,7 +26,6 @@ LINE("1", "FreeBSD General Commands Manual") LINE("2", "FreeBSD System Calls Manual") LINE("3", "FreeBSD Library Functions Manual") LINE("3lua", "Lua Library Functions Manual") -LINE("3p", "Perl Library Functions Manual") LINE("4", "FreeBSD Kernel Interfaces Manual") LINE("5", "FreeBSD File Formats Manual") LINE("6", "FreeBSD Games Manual")
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412091756.4B9HuG1G004950>