diff --git a/doc/go1.3.html b/doc/go1.3.html
index 056c4cbe81..bf72a052e7 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -457,6 +457,14 @@ now considers the DEL character, U+007F, to be
non-printing.
+
syscall package now provides
+SendmsgN
+as an alternate version of
+Sendmsg
+that returns the number of bytes written.
+syscall package now
supports the cdecl calling convention through the addition of a new function