getrandom.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-10 21:29:28 +01:00
parent c35966b125
commit 311edc011a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ No such guarantees apply for larger buffer sizes.
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
If the entropy pool has not yet been initialized, then the call blocks, unless
.B GRND_NONBLOCK
is specified in
.IR flags .