From 9609814712ce26ced082380b3938cf72eebc1335 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 11 Nov 2016 11:38:37 +0100 Subject: [PATCH] getrandom.2: wfix Signed-off-by: Michael Kerrisk --- man2/getrandom.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/getrandom.2 b/man2/getrandom.2 index a586a6c8e..2322edb0d 100644 --- a/man2/getrandom.2 +++ b/man2/getrandom.2 @@ -262,7 +262,7 @@ Instead, it will return all of the bytes that have been requested. When reading from the .IR random -pool, blocking requests of any size can be interrupted by a signal +pool, blocking requests of any size can be interrupted by a signal handler (the call fails with the error .BR EINTR ).