Document that bind(2) and connect(2) ignore the incoming sa_len
authorguenther <guenther@openbsd.org>
Sun, 11 Oct 2015 07:25:11 +0000 (07:25 +0000)
committerguenther <guenther@openbsd.org>
Sun, 11 Oct 2015 07:25:11 +0000 (07:25 +0000)
suggest by and ok deraadt@
wordsmithing jmc@

lib/libc/sys/bind.2
lib/libc/sys/connect.2

index f70856d..789f228 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: bind.2,v 1.20 2015/01/19 15:54:11 millert Exp $
+.\"    $OpenBSD: bind.2,v 1.21 2015/10/11 07:25:11 guenther Exp $
 .\"    $NetBSD: bind.2,v 1.8 1995/10/12 15:40:46 jtc Exp $
 .\"
 .\" Copyright (c) 1983, 1993
@@ -30,7 +30,7 @@
 .\"
 .\"     @(#)bind.2     8.1 (Berkeley) 6/4/93
 .\"
-.Dd $Mdocdate: January 19 2015 $
+.Dd $Mdocdate: October 11 2015 $
 .Dt BIND 2
 .Os
 .Sh NAME
@@ -53,7 +53,11 @@ be assigned to the socket.
 .Fa namelen
 indicates the amount of space pointed to by
 .Fa name ,
-in bytes.
+in bytes; the
+.Fa sa_len
+member of
+.Fa name
+is ignored.
 .Sh NOTES
 Binding a name in the
 .Ux Ns -domain
index ba31df4..ff6d3ee 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: connect.2,v 1.26 2015/09/10 17:55:21 schwarze Exp $
+.\"    $OpenBSD: connect.2,v 1.27 2015/10/11 07:25:11 guenther Exp $
 .\"    $NetBSD: connect.2,v 1.8 1995/10/12 15:40:48 jtc Exp $
 .\"
 .\" Copyright (c) 1983, 1993
@@ -30,7 +30,7 @@
 .\"
 .\"     @(#)connect.2  8.1 (Berkeley) 6/4/93
 .\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: October 11 2015 $
 .Dt CONNECT 2
 .Os
 .Sh NAME
@@ -59,7 +59,11 @@ which is an address in the communications space of the socket.
 .Fa namelen
 indicates the amount of space pointed to by
 .Fa name ,
-in bytes.
+in bytes; the
+.Fa sa_len
+member of
+.Fa name
+is ignored.
 Each communications space interprets the
 .Fa name
 parameter in its own way.