mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
o Follow the trend and try to explain what the slow device is.
Not ideal but better than nothing. Obtained from: OpenBSD, NetBSD
This commit is contained in:
parent
11e685579f
commit
1be947e9f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163242
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user