getrandom.2: tfix

Reported-by: Colin Rice <colin@daedrum.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-17 08:21:13 +01:00
parent ce3f60394d
commit 0594459d21
1 changed files with 1 additions and 1 deletions

View File

@ -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 .