]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.3.html: add syscall.SendmsgN
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 16 May 2014 04:18:14 +0000 (13:18 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 16 May 2014 04:18:14 +0000 (13:18 +0900)
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/93430044

doc/go1.3.html

index 056c4cbe81af3b531c595d652cced3032e687b98..bf72a052e7b9f29968becfd7802c0831ca6186ec 100644 (file)
@@ -457,6 +457,14 @@ now considers the <code>DEL</code> character, <code>U+007F</code>, to be
 non-printing.
 </li>
 
+<li>
+The <a href="/pkg/syscall/"><code>syscall</code></a> package now provides
+<a href="/pkg/syscall/#SendmsgN"><code>SendmsgN</code></a>
+as an alternate version of
+<a href="/pkg/syscall/#Sendmsg"><code>Sendmsg</code></a>
+that returns the number of bytes written.
+</li>
+
 <li>
 On Windows, the <a href="/pkg/syscall/"><code>syscall</code></a> package now
 supports the cdecl calling convention through the addition of a new function