From: Tobias Klauser
Date: Thu, 20 Dec 2018 08:38:37 +0000 (+0100)
Subject: doc/go1.12: fix GOARCH value in Syscall18 link
X-Git-Tag: go1.12beta2~104
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4422319fbf8db7700752ae2a755244bbd24672de;p=gostls13.git
doc/go1.12: fix GOARCH value in Syscall18 link
Currently the link works also with the non-existing GOARCH armd64, but
let's correct in anyhow.
Change-Id: Ida647b8f9dd2f8460b019f5a23759f10a6da8e60
Reviewed-on: https://go-review.googlesource.com/c/155277
Reviewed-by: Ian Lance Taylor
---
diff --git a/doc/go1.12.html b/doc/go1.12.html
index 0aee382aeb..356f678cbd 100644
--- a/doc/go1.12.html
+++ b/doc/go1.12.html
@@ -738,7 +738,7 @@ for {
- The new function Syscall18
+ The new function Syscall18
has been introduced for Windows, allowing for calls with up to 18 arguments.