diff options
author | 2015-02-16 16:20:15 +0000 | |
---|---|---|
committer | 2015-02-16 16:20:15 +0000 | |
commit | 9b63498de195cd60c10f3edb0118ba6af0d2956e (patch) | |
tree | 4becd94cab57b6476d75d70c0eb95fe25c6b61bc /lib/libc | |
parent | Delete the -V option. It serves no purpose but keeps confusing people. (diff) | |
download | wireguard-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.2 | 5 |
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. |