diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2012-09-20 02:25:18 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-09-20 02:25:18 +0000 |
| commit | cc77b2d8e22281ee69992b11c576993a8bf43477 (patch) | |
| tree | d7a4e494ac71149917282daa45a7bab8da5c2b00 /lib/libc/sys/recv.2 | |
| parent | 042ff955b5ebb29fa0be34b57f8e59de196afb92 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/recv.2')
| -rw-r--r-- | lib/libc/sys/recv.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 29ff7472bc8dc..74f275c7d68fa 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -44,7 +44,7 @@ .Ft ssize_t .Fn recv "int s" "void *buf" "size_t len" "int flags" .Ft ssize_t -.Fn recvfrom "int s" "void * restrict buf" "size_t len" "int flags" "struct sockaddr * restrict from" "socklen_t * restrict fromlen" +.Fn recvfrom "int s" "void *buf" "size_t len" "int flags" "struct sockaddr * restrict from" "socklen_t * restrict fromlen" .Ft ssize_t .Fn recvmsg "int s" "struct msghdr *msg" "int flags" .Sh DESCRIPTION |
