getrandom.2: Reword GRND_RANDOM description

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-11-11 11:27:06 +01:00
parent d2a1b46b62
commit e8009a53e8
1 changed files with 4 additions and 2 deletions

View File

@ -85,9 +85,11 @@ The
.I /dev/random
pool is limited based on the entropy that can be obtained from environmental
noise.
If fewer random bytes are available than are requested in
If the number of available bytes in
.I /dev/random
is less than requested in
.IR buflen ,
the available random bytes will be copied and the call returns.
the call returns just the available random bytes.
If no random byte is available, the response will depend on the
presence of
.B GRND_NONBLOCK