diff options
Diffstat (limited to 'manual/errno.texi')
-rw-r--r-- | manual/errno.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index 47d9857dde..e346dd5f1f 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -144,7 +144,7 @@ No process matches the specified process ID. @comment POSIX.1: Interrupted system call @deftypevr Macro int EINTR @comment errno 4 @c DO NOT REMOVE -Interrupted function call; an asynchronous signal occured and prevented +Interrupted function call; an asynchronous signal occurred and prevented completion of the call. When this happens, you should try the call again. |