From 5ef6332e7b58d14757e4e3739669e65c6f882256 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Jun 2014 10:09:28 +0200 Subject: [PATCH] recv.2: Remove ancient Linux libc details Signed-off-by: Michael Kerrisk --- man2/recv.2 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/man2/recv.2 b/man2/recv.2 index b9c256b84..f0110d1a6 100644 --- a/man2/recv.2 +++ b/man2/recv.2 @@ -484,18 +484,6 @@ and .B MSG_WAITALL flags. .SH NOTES -The prototypes given above follow glibc2. -The Single UNIX Specification agrees, except that it has return values -of type \fIssize_t\fP (while 4.x BSD and libc4 and libc5 all have \fIint\fP). -The -.I flags -argument is \fIint\fP in 4.x BSD, but \fIunsigned int\fP in libc4 and libc5. -The -.I len -argument is \fIint\fP in 4.x BSD, but \fIsize_t\fP in libc4 and libc5. -The -.I addrlen -argument is \fIint\ *\fP in 4.x BSD, libc4 and libc5. The present \fIsocklen_t\ *\fP was invented by POSIX. See also .BR accept (2).