summaryrefslogtreecommitdiff
path: root/doc/go1.2.html
diff options
context:
space:
mode:
authorMikio Hara <mikioh.mikioh@gmail.com>2013-10-04 13:13:56 +0900
committerMikio Hara <mikioh.mikioh@gmail.com>2013-10-04 13:13:56 +0900
commit3995fb528db1fdad0cd001e368ce62e797402d34 (patch)
treed83a142bb481d8e5bdc4b2ee9a26e27f60f0ccd2 /doc/go1.2.html
parent572829c0e17cda76f76f133dbd8da3bada2a9cb0 (diff)
downloadgo-3995fb528db1fdad0cd001e368ce62e797402d34.tar.gz
doc/go1.2.html: update a minor change to syscall
R=golang-dev, r CC=golang-dev https://codereview.appspot.com/14379043
Diffstat (limited to 'doc/go1.2.html')
-rw-r--r--doc/go1.2.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go1.2.html b/doc/go1.2.html
index 2fa80c72b..4b8efb66c 100644
--- a/doc/go1.2.html
+++ b/doc/go1.2.html
@@ -880,7 +880,8 @@ which swaps an <code>unsafe.Pointer</code>.
</li>
<li>
-syscall: implemented Sendfile for Darwin, added Syscall9 for Darwin/amd64 (CL 10980043).
+The <a href="/pkg/syscall/"><code>syscall</code></a> package now implements
+<a href="/pkg/syscall/#Sendfile"><code>Sendfile</code></a> for Darwin.
</li>
<li>