getrandom.2: Reword sentence on blocked getrandom() and interruption by signals

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-22 21:18:43 +01:00
parent 81d43c5023
commit 978323c72e
1 changed files with 3 additions and 3 deletions

View File

@ -170,11 +170,11 @@ When reading from
is set),
blocking occurs if not enough random bytes are available.
The reaction of
The behavior when a call to
.BR getrandom ()
in case of an interruption of a blocking call by a signal
when reading from
that is blocked while reading from
.I /dev/urandom
is interrupted by a signal handler
depends on the initialization state of the entropy buffer
and on the request size,
.IR buflen .