~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man2/read.2

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2010-03-02 21:49:58 UTC
  • mfrom: (1.1.42 upstream) (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100302214958-69yjgb70t7wrjo3m
New upstream version
. Remove crufty statement in setuid(2) that seteuid() is not in POSIX
(closes: Bug#569812)
. Fix description of 'nochdir' argument in daemon(3) (closes: Bug#554819)
. Fix NAME line in path_resolution(7) (closes: Bug#558300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
.B EAGAIN
80
80
The file descriptor
81
81
.I fd
82
 
refers to a file other than a socket and has been marked non-blocking
 
82
refers to a file other than a socket and has been marked nonblocking
83
83
.RB ( O_NONBLOCK ),
84
84
and the read would block.
85
85
.TP
87
87
.\" Actually EAGAIN on Linux
88
88
The file descriptor
89
89
.I fd
90
 
refers to a socket and has been marked non-blocking
 
90
refers to a socket and has been marked nonblocking
91
91
.RB ( O_NONBLOCK ),
92
92
and the read would block.
93
93
POSIX.1-2001 allows either error to be returned for this case,
189
189
.BR write (2),
190
190
.BR fread (3)
191
191
.SH COLOPHON
192
 
This page is part of release 3.23 of the Linux
 
192
This page is part of release 3.24 of the Linux
193
193
.I man-pages
194
194
project.
195
195
A description of the project,