diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-01 20:02:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-01 20:02:41 +0000 |
commit | 8e05c6be9a86991320036794af6dd61d691136d3 (patch) | |
tree | 39d526c7b010bbbd11526a94d7677ececdc1dbb1 /lib/libc/sys/bind.2 | |
parent | 593a51980a92afc583faae94d80a860f19847b82 (diff) |
- section reorder
- merge COMPATIBILITY
- kill whitespace at EOL
- tidy up macros
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. |