diff options
| author | Diomidis Spinellis <dds@FreeBSD.org> | 2005-07-29 07:42:10 +0000 |
|---|---|---|
| committer | Diomidis Spinellis <dds@FreeBSD.org> | 2005-07-29 07:42:10 +0000 |
| commit | 87a236caf51c6e03f21e8fae25d313946da9e267 (patch) | |
| tree | d69b4c70f98993e4ac2cf430774fa06d0e84ca27 /lib/libc/sys/read.2 | |
| parent | 87a1a1a2ebfc5d8d60b77dde7c60675b3e9c8a4c (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/read.2')
| -rw-r--r-- | lib/libc/sys/read.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index fb452e92c36a..6304f0167f54 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -156,6 +156,11 @@ The .Fa d argument is not a valid file or socket descriptor open for reading. +.It Bq Er ECONNRESET +The +.Fa d +argument refers to a socket, and the remote socket end is +forcibly closed. .It Bq Er EFAULT The .Fa buf |
