diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-09 20:07:44 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-09 20:07:44 +0000 |
| commit | a9b4ebbc8f99cd01f77f909ef7c93f9dbae47b5c (patch) | |
| tree | b37d196a6a6338f789487920ccafa5f2ee6f4f6c /man2/write.2 | |
| parent | c47291a73fa724a95ead942a5bdb69a5b44c58db (diff) | |
| download | man-pages-a9b4ebbc8f99cd01f77f909ef7c93f9dbae47b5c.tar.gz | |
ffix
Diffstat (limited to 'man2/write.2')
| -rw-r--r-- | man2/write.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man2/write.2 b/man2/write.2 index 18584295b1..bb0c8bf46e 100644 --- a/man2/write.2 +++ b/man2/write.2 @@ -164,7 +164,9 @@ SVr4, 4.3BSD, POSIX.1-2001. .\" SVr4 documents additional error .\" conditions EDEADLK, ENOLCK, ENOLNK, ENOSR, ENXIO, or ERANGE. -Under SVr4 a write may be interrupted and return EINTR at any point, +Under SVr4 a write may be interrupted and return +.B EINTR +at any point, not just before any data is written. .SH NOTES A successful return from |
