aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2fa80c72b6..4b8efb66c1 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>