summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/send.2
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-11-24 20:49:04 +0000
committerphk <phk@FreeBSD.org>1999-11-24 20:49:04 +0000
commit2431275ac48499acc89eff888d82d8352f3e175b (patch)
tree9741348ce9009f507154400790269a083a41affd /lib/libc/sys/send.2
parente0cf3d9b909ef7c0f8e421deaace71ad77f4a655 (diff)
downloadFreeBSD-src-2431275ac48499acc89eff888d82d8352f3e175b.zip
FreeBSD-src-2431275ac48499acc89eff888d82d8352f3e175b.tar.gz
General clean-up of socket.h and associated sources to synchronise up
with NetBSD and the Single Unix Specification v2. This updates some structures with other, almost equivalent types and effort is under way to get the whole more consistent. Also removes a double definition of INET6 and some other clean-ups. Reviewed by: green, bde, phk Some part obtained from: NetBSD, SUSv2 specification
Diffstat (limited to 'lib/libc/sys/send.2')
-rw-r--r--lib/libc/sys/send.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index 8f74a9f..327307c 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -46,7 +46,7 @@
.Ft ssize_t
.Fn send "int s" "const void *msg" "size_t len" "int flags"
.Ft ssize_t
-.Fn sendto "int s" "const void *msg" "size_t len" "int flags" "const struct sockaddr *to" "int tolen"
+.Fn sendto "int s" "const void *msg" "size_t len" "int flags" "const struct sockaddr *to" "socklen_t tolen"
.Ft ssize_t
.Fn sendmsg "int s" "const struct msghdr *msg" "int flags"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud