diff options
Diffstat (limited to 'lib/libc/sys/recv.2')
-rw-r--r-- | lib/libc/sys/recv.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 3de95ca7b51..65d939dda1f 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recv.2,v 1.19 1999/06/29 14:10:16 aaron Exp $ +.\" $OpenBSD: recv.2,v 1.20 1999/07/02 20:58:01 aaron Exp $ .\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -231,7 +231,6 @@ Indicates that the packet was received as broadcast. .It Dv MSG_MCAST Ta Indicates that the packet was received as multicast. .El -.Pp .Sh RETURN VALUES These calls return the number of bytes received, or \-1 if an error occurred. |