getrandom.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-22 21:04:21 +01:00
parent e14ee946e8
commit 3851c7aa65
1 changed files with 3 additions and 3 deletions

View File

@ -162,12 +162,12 @@ flag.
When reading from
.I /dev/urandom
.RB ( GRND_RANDOM
is not set)
is not set),
blocking only occurs if the entropy pool has not been initialized yet.
When reading from
.I /dev/random
.RB ( GRND_RANDOM
is set)
is set),
blocking occurs if not enough random bytes are available.
The reaction of
@ -190,7 +190,7 @@ will not return
Instead, it will return all of the bytes that have been requested.
.PP
When reading from
.I /dev/random
.IR /dev/random ,
these guarantees do
.I not
apply.