Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jun 2021 10:52:12 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: dd869341b1e0 - main - Install the linux(4) man page also for aarch64
Message-ID:  <202106071052.157AqCxY051503@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by trasz:

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

commit dd869341b1e0b58eb50fd2700b3191094d97ef5b
Author:     Edward Tomasz Napierala <trasz@FreeBSD.org>
AuthorDate: 2021-06-07 10:50:25 +0000
Commit:     Edward Tomasz Napierala <trasz@FreeBSD.org>
CommitDate: 2021-06-07 10:50:50 +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
---
 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 f7626c80eeb1..88414801888f 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -820,7 +820,6 @@ _imcsmb.4=	imcsmb.4
 _ipmi.4=	ipmi.4
 _io.4=		io.4
 _itwd.4=	itwd.4
-_linux.4=	linux.4
 _nda.4=		nda.4
 _nfe.4=		nfe.4
 _nfsmb.4=	nfsmb.4
@@ -888,6 +887,7 @@ _nvme.4=	nvme.4
 
 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || \
 	 ${MACHINE_CPUARCH} == "aarch64"
+_linux.4=	linux.4
 _ossl.4=	ossl.4
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106071052.157AqCxY051503>