Reword, based on changes from jmc@OpenBSD, thanks!

This commit is contained in:
elad 2006-10-11 11:22:50 +00:00
parent 654c98d70a
commit dc2e62e609
1 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: read.2,v 1.28 2006/10/07 22:02:47 elad Exp $
.\" $NetBSD: read.2,v 1.29 2006/10/11 11:22:50 elad Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)read.2 8.4 (Berkeley) 2/26/94
.\"
.Dd October 7, 2006
.Dd October 11, 2006
.Dt READ 2
.Os
.Sh NAME
@ -144,11 +144,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 by the delivery of a
signal before any data arrived.
A
.Sq slow
device is one that might block for an arbitrary amount of time.
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.
See
.Xr sigaction 2
for more information on the interaction between signals and system