summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2015-02-16 16:20:15 +0000
committertedu <tedu@openbsd.org>2015-02-16 16:20:15 +0000
commit9b63498de195cd60c10f3edb0118ba6af0d2956e (patch)
tree4becd94cab57b6476d75d70c0eb95fe25c6b61bc /lib/libc
parentDelete the -V option. It serves no purpose but keeps confusing people. (diff)
downloadwireguard-openbsd-9b63498de195cd60c10f3edb0118ba6af0d2956e.tar.xz
wireguard-openbsd-9b63498de195cd60c10f3edb0118ba6af0d2956e.zip
redundant though it may be, recv() is unlikely to be removed in a future
release. ok millert
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/recv.25
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2
index 4ec9ee50e6e..5f9c51fd7ef 100644
--- a/lib/libc/sys/recv.2
+++ b/lib/libc/sys/recv.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: recv.2,v 1.42 2014/09/09 06:32:37 guenther Exp $
+.\" $OpenBSD: recv.2,v 1.43 2015/02/16 16:20:15 tedu Exp $
.\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)recv.2 8.3 (Berkeley) 2/21/94
.\"
-.Dd $Mdocdate: September 9 2014 $
+.Dd $Mdocdate: February 16 2015 $
.Dt RECV 2
.Os
.Sh NAME
@@ -77,7 +77,6 @@ and is identical to
with a null
.Fa from
parameter.
-As it is redundant, it may not be supported in future releases.
.Pp
On successful completion, all three routines return the number of
message bytes read.