From 488007e8677609941bf33bd65e43296cd7ca99be Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 16 Jan 2010 18:30:49 +0100 Subject: [PATCH] nanosleep.2: minor: Remove unneeded word "non-blocked" Signed-off-by: Michael Kerrisk --- man2/nanosleep.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/nanosleep.2 b/man2/nanosleep.2 index 7f241633c..5a4447526 100644 --- a/man2/nanosleep.2 +++ b/man2/nanosleep.2 @@ -112,7 +112,7 @@ set to indicate the error. Problem with copying information from user space. .TP .B EINTR -The pause has been interrupted by a non-blocked signal that was +The pause has been interrupted by a signal that was delivered to the thread. The remaining sleep time has been written into \fI*rem\fP so that the thread can easily call