]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.2.html: update a minor change to syscall
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 4 Oct 2013 04:13:56 +0000 (13:13 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 4 Oct 2013 04:13:56 +0000 (13:13 +0900)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/14379043

doc/go1.2.html

index 2fa80c72b60df384eca190f244f15d4a70372107..4b8efb66c1ab3af0b16041a43c1a5e9a30e35216 100644 (file)
@@ -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>