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/connect.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/connect.2')
-rw-r--r-- | lib/libc/sys/connect.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index f6b5c2c333b..e7c3e7e751e 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: connect.2,v 1.15 2003/03/18 00:58:39 millert Exp $ +.\" $OpenBSD: connect.2,v 1.16 2003/06/01 20:02:39 jmc Exp $ .\" $NetBSD: connect.2,v 1.8 1995/10/12 15:40:48 jtc Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -61,7 +61,7 @@ another socket. The other socket is specified by .Fa name , which is an address in the communications space of the socket. -.Fa namelen +.Fa namelen indicates the amount of space pointed to by .Fa name , in bytes. |