The branch stable/13 has been updated by trasz:

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

commit e0effca49904e8414275e9cb93170685a99d67cb
Author:     Edward Tomasz Napierala <[email protected]>
AuthorDate: 2021-06-07 10:50:25 +0000
Commit:     Edward Tomasz Napierala <[email protected]>
CommitDate: 2022-02-14 00:06:39 +0000

    Install the linux(4) man page also for aarch64
    
    Previously it was only installed on i386 and amd64.
    
    Reviewed By:    emaste, gbe (manpages)
    Sponsored By:   EPSRC
    Differential Revision: https://reviews.freebsd.org/D30546
    
    (cherry picked from commit dd869341b1e0b58eb50fd2700b3191094d97ef5b)
---
 share/man/man4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index c6f7b36a5d15..fbbf9f03304c 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -835,7 +835,6 @@ _igc.4=             igc.4
 _imcsmb.4=     imcsmb.4
 _io.4=         io.4
 _itwd.4=       itwd.4
-_linux.4=      linux.4
 _mgb.4=                mgb.4
 _nda.4=                nda.4
 _ndis.4=       ndis.4
@@ -906,6 +905,7 @@ _nvme.4=    nvme.4
 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || \
         ${MACHINE_CPUARCH} == "aarch64"
 _ipmi.4=       ipmi.4
+_linux.4=      linux.4
 _ossl.4=       ossl.4
 .endif
 

Reply via email to