summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/read.2
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2005-07-29 07:42:10 +0000
committerdds <dds@FreeBSD.org>2005-07-29 07:42:10 +0000
commita3aeeccbcaac4edcf4544fe10dca643066ea0d7a (patch)
treed69b4c70f98993e4ac2cf430774fa06d0e84ca27 /lib/libc/sys/read.2
parentb9e6c6d781096f754bb65e993c260008f40e460a (diff)
downloadFreeBSD-src-a3aeeccbcaac4edcf4544fe10dca643066ea0d7a.zip
FreeBSD-src-a3aeeccbcaac4edcf4544fe10dca643066ea0d7a.tar.gz
Document the ECONNRESET errno value.
Diffstat (limited to 'lib/libc/sys/read.2')
-rw-r--r--lib/libc/sys/read.25
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index fb452e9..6304f01 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
OpenPOWER on IntegriCloud