]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: further revise OpenBSD release notes
authorJoel Sing <joel@sing.id.au>
Mon, 14 Jun 2021 13:47:10 +0000 (23:47 +1000)
committerJoel Sing <joel@sing.id.au>
Mon, 14 Jun 2021 15:30:14 +0000 (15:30 +0000)
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>
doc/go1.17.html

index 4fa38921f01688f85efb026a2cc1bc4c24b99c96..35d0f974502b90fdd62e8379e16767f3b6de672f 100644 (file)
@@ -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>