aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoel Sing <joel@sing.id.au>2021-06-14 23:47:10 +1000
committerJoel Sing <joel@sing.id.au>2021-06-14 15:30:14 +0000
commitfdab5be159c508c4c1cf5be84119fd2b38403cdf (patch)
tree475cdf43fda458841a6e4df38f27f7daee393d92 /doc
parent326ea438bb579a2010e38e00f515a04344ff96b0 (diff)
downloadgo-fdab5be159c508c4c1cf5be84119fd2b38403cdf.tar.gz
go-fdab5be159c508c4c1cf5be84119fd2b38403cdf.zip
doc/go1.17: further revise OpenBSD release notes
Simplify and remove forward-compatibility reference, as OpenBSD 6.9 has already been released (1st of May 2021). Updates #44513 Change-Id: I0a1abbb397f31d15c80a970edaa9723f894cafa9 Reviewed-on: https://go-review.googlesource.com/c/go/+/327652 Trust: Joel Sing <joel@sing.id.au> Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 4fa38921f0..35d0f97450 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -106,8 +106,7 @@ Do not send CLs removing the interior tags from such phrases.
of directly using machine instructions. In Go 1.17, this is also
done on the 32-bit x86 and 32-bit ARM architectures on OpenBSD
(the <code>openbsd/386</code> and <code>openbsd/arm</code> ports).
- This ensures forward-compatibility with future versions of
- OpenBSD, in particular, with OpenBSD 6.9 onwards, which requires
+ This ensures compatibility with OpenBSD 6.9 onwards, which require
system calls to be made through <code>libc</code> for non-static
Go binaries.
</p>