From 0594459d21051c4971fb6fc846db49bbb6f45786 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 17 Dec 2015 08:21:13 +0100 Subject: [PATCH] getrandom.2: tfix Reported-by: Colin Rice 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 580db8c67..9a086509f 100644 --- a/man2/getrandom.2 +++ b/man2/getrandom.2 @@ -74,7 +74,7 @@ For example, if the call is interrupted by a signal handler, it may return a partially filled buffer, or fail with the error .BR EINTR . If the pool has not yet been initialized, then the call blocks, unless -.B GRND_RANDOM +.B GRND_NONBLOCK is specified in .IR flags .