git: 3ca117c6bb1d - main - mandoc: drop 3p section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Dec 2024 17:56:16 UTC
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")