aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/bind.2
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-04-11 18:47:10 +0000
committerBruce Evans <bde@FreeBSD.org>1997-04-11 18:47:10 +0000
commit1fd2a774d451e361a431a81cdc6ee490c8c0e9d6 (patch)
tree94f5bfdac32c284e0d3416368f46631c3846309f /lib/libc/sys/bind.2
parent99566cdccaad42d03c4a7214e6356bb4eb0dd10e (diff)
Notes
Diffstat (limited to 'lib/libc/sys/bind.2')
-rw-r--r--lib/libc/sys/bind.22
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.