diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-11-24 20:49:04 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-11-24 20:49:04 +0000 |
| commit | 9b962c56a47dfb8086850aab1336f72fc38684a1 (patch) | |
| tree | 65494a116459421d7a5750fb4bae370b8bb5de06 /lib/libc/sys/bind.2 | |
| parent | a27816e5a5330fef1e562d7e659575244450c6ce (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/bind.2')
| -rw-r--r-- | lib/libc/sys/bind.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2 index 53f1874e911e8..316ed188947a7 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -42,7 +42,7 @@ .Fd #include <sys/types.h> .Fd #include <sys/socket.h> .Ft int -.Fn bind "int s" "const struct sockaddr *addr" "int addrlen" +.Fn bind "int s" "const struct sockaddr *addr" "socklen_t addrlen" .Sh DESCRIPTION .Fn Bind assigns the local protocol address to a socket. |
