This commit is contained in:
Michael Kerrisk 2008-07-04 19:33:18 +00:00
parent 56d39aa237
commit 0005e334d7
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ write()
.in
.SS Interruption of System Calls and Library Functions by Signal Handlers
If a signal handler is invoked while a system call or library function
call is blocked, then the system call may fail with the error
call is blocked, then the call may fail with the error
.BR EINTR .
The details depend on the interface
(in particular, whether the genealogy of the interface is System V or BSD)