diff options
Diffstat (limited to 'lib/libc/sys/bind.2')
-rw-r--r-- | lib/libc/sys/bind.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2 index 4c5ba92c07f..e16cb9a1c68 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bind.2,v 1.11 2003/03/18 00:58:39 millert Exp $ +.\" $OpenBSD: bind.2,v 1.12 2003/06/01 20:02:39 jmc Exp $ .\" $NetBSD: bind.2,v 1.8 1995/10/12 15:40:46 jtc Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -55,7 +55,7 @@ it exists in a name space (address family) but has no name assigned. requests that .Fa name be assigned to the socket. -.Fa namelen +.Fa namelen indicates the amount of space pointed to by .Fa name , in bytes. |