From d13bc9426e8be6c661d8d60d9f9ee246e76503b0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 12 Dec 2014 15:19:29 +0100 Subject: [PATCH] signal.7: ffix Signed-off-by: Michael Kerrisk --- man7/signal.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/signal.7 b/man7/signal.7 index 5a5640ba2..5ba62b78d 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -664,7 +664,7 @@ file descriptor were not restartable; when interrupted by a signal handler, .BR read (2) always failed with the error -.IR EINTR .) +.BR EINTR .) If an I/O call on a slow device has already transferred some data by the time it is interrupted by a signal handler, then the call will return a success status