The branch stable/14 has been updated by ziaee:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=ec766614e3b87ddcbf8c922c92553ed0f3c5b0d6

commit ec766614e3b87ddcbf8c922c92553ed0f3c5b0d6
Author:     Brooks Davis <bro...@freebsd.org>
AuthorDate: 2024-12-09 17:25:36 +0000
Commit:     Alexander Ziaee <zi...@freebsd.org>
CommitDate: 2025-07-14 16:44:44 +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
    
    (cherry picked from commit 3ca117c6bb1dffaa3542f58339154a7dd166d169)
---
 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")

Reply via email to