diff options
author | 2003-06-01 20:02:39 +0000 | |
---|---|---|
committer | 2003-06-01 20:02:39 +0000 | |
commit | d4c14dd9ef981f8bef4948ffe3fc34ee679438eb (patch) | |
tree | 2626b152145ca189d4c90fd86b898e4be28428da /lib/libc/sys/bind.2 | |
parent | - section reorder (diff) | |
download | wireguard-openbsd-d4c14dd9ef981f8bef4948ffe3fc34ee679438eb.tar.xz wireguard-openbsd-d4c14dd9ef981f8bef4948ffe3fc34ee679438eb.zip |
- 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. |