diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-11 18:47:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-11 18:47:10 +0000 |
| commit | 1fd2a774d451e361a431a81cdc6ee490c8c0e9d6 (patch) | |
| tree | 94f5bfdac32c284e0d3416368f46631c3846309f /lib/libc/sys/bind.2 | |
| parent | 99566cdccaad42d03c4a7214e6356bb4eb0dd10e (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 209485262519..ce6ca0c0b705 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -41,7 +41,7 @@ .Fd #include <sys/types.h> .Fd #include <sys/socket.h> .Ft int -.Fn bind "int s" "struct sockaddr *name" "int namelen" +.Fn bind "int s" "const struct sockaddr *name" "int namelen" .Sh DESCRIPTION .Fn Bind assigns a name to an unnamed socket. |
