From 38083c83a60aa7a1b71b072ea5ecf70a3721ef2e Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 7 Dec 2017 21:36:16 +0000 Subject: [PATCH] doc: fix mistake in NetBSD notes It's 32-bit binaries that fail for reasons unknown on 64-bit kernels. Change-Id: Ib410af0491160e3ed8d32118966142516123db2c Reviewed-on: https://go-review.googlesource.com/82655 Reviewed-by: Andrew Bonventre --- doc/go1.10.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go1.10.html b/doc/go1.10.html index 40e6cd0f85..6dcbffa490 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -78,8 +78,8 @@ support for FreeBSD 9.3 has been removed.

Go now runs on NetBSD again, but requires the unreleased NetBSD 8. Only GOARCH=amd64 running on NetBSD amd64 and GOARCH=386 -running on NetBSD i386 are known to work. 64-bit Go binaries are known to -fail on 32-bit NetBSD kernels. GOARCH=arm is untested. +running on NetBSD i386 are known to work. 32-bit Go binaries are known to +fail on 64-bit NetBSD kernels. GOARCH=arm is untested.