Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8 aarch64 also now can execute both 32 and 64 bit



details:   https://anonhg.NetBSD.org/src/rev/10649da14276
branches:  trunk
changeset: 1026556:10649da14276
user:      ryo <ryo%NetBSD.org@localhost>
date:      Sun Nov 28 18:08:51 2021 +0000

description:
aarch64 also now can execute both 32 and 64 bit

diffstat:

 share/man/man8/compat_linux.8 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7f7a34a9caca -r 10649da14276 share/man/man8/compat_linux.8
--- a/share/man/man8/compat_linux.8     Sun Nov 28 17:26:07 2021 +0000
+++ b/share/man/man8/compat_linux.8     Sun Nov 28 18:08:51 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: compat_linux.8,v 1.45 2021/10/12 15:25:27 andvar Exp $
+.\"    $NetBSD: compat_linux.8,v 1.46 2021/11/28 18:08:51 ryo Exp $
 .\"
 .\" Copyright (c) 1995 Frank van der Linden
 .\" All rights reserved.
@@ -42,7 +42,7 @@
 Both the a.out and ELF binary formats are supported.
 Most programs should work.
 .Nx
-amd64 can execute both 32-bit and 64-bit Linux programs.
+aarch64 and amd64 can execute both 32-bit and 64-bit Linux programs.
 Programs that will not work include some that use
 i386-specific calls, such as enabling virtual 8086 mode.
 Currently, sound is supported through OSSv3 compat.



Home | Main Index | Thread Index | Old Index