diff options
author | 2002-03-31 20:34:57 +0000 | |
---|---|---|
committer | 2002-03-31 20:34:57 +0000 | |
commit | 25e87d353e1b561c0f27d71d3b27d5e0f80f4923 (patch) | |
tree | ba7333628e3e90ca1ad19250a966dd8262e7317d | |
parent | max_ttl default was changed to IPDEFTTL (64) several years (diff) | |
download | wireguard-openbsd-25e87d353e1b561c0f27d71d3b27d5e0f80f4923.tar.xz wireguard-openbsd-25e87d353e1b561c0f27d71d3b27d5e0f80f4923.zip |
doc ECONNREFUSED; maurice@amaze.nl
-rw-r--r-- | lib/libc/sys/recv.2 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index d374f094b01..99ff324bc5b 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recv.2,v 1.25 2002/01/02 15:57:16 mpech Exp $ +.\" $OpenBSD: recv.2,v 1.26 2002/03/31 20:34:57 deraadt Exp $ .\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -282,6 +282,16 @@ was larger than .El .Pp Also, +.Fn recv +may return the following error: +.Bl -tag -width Er +.It Bq Er ECONNREFUSED +The socket is associated with a connection-oriented protocol +and the connection was forcefully rejected (see +.Xr connect 2 ) . +.El +.Pp +And .Fn recvmsg may return one of the following errors: .Bl -tag -width Er |