summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-10-11 13:33:02 +0000
committermaxim <maxim@FreeBSD.org>2006-10-11 13:33:02 +0000
commit6a254574821a7181ace02dae89a3302592fc3ab7 (patch)
tree4e730c9e75b9f9e1ceb92778c708b17383199fef
parentda7c9c2fef8f274a4bd5151e63127b38db9dba52 (diff)
downloadFreeBSD-src-6a254574821a7181ace02dae89a3302592fc3ab7.zip
FreeBSD-src-6a254574821a7181ace02dae89a3302592fc3ab7.tar.gz
o Follow the trend and try to explain what the slow device is.
Not ideal but better than nothing. Obtained from: OpenBSD, NetBSD
-rw-r--r--lib/libc/sys/read.28
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index 2dccb0e..7a4487e 100644
--- a/lib/libc/sys/read.2
+++ b/lib/libc/sys/read.2
@@ -32,7 +32,7 @@
.\" @(#)read.2 8.4 (Berkeley) 2/26/94
.\" $FreeBSD$
.\"
-.Dd July 29, 2005
+.Dd October 11, 2006
.Dt READ 2
.Os
.Sh NAME
@@ -169,8 +169,10 @@ points outside the allocated address space.
.It Bq Er EIO
An I/O error occurred while reading from the file system.
.It Bq Er EINTR
-A read from a slow device was interrupted before
-any data arrived by the delivery of a signal.
+A read from a slow device
+(i.e. one that might block for an arbitrary amount of time)
+was interrupted by the delivery of a signal
+before any data arrived.
.It Bq Er EINVAL
The pointer associated with
.Fa d
OpenPOWER on IntegriCloud