getrandom.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-11 11:38:37 +01:00
parent e196d31917
commit 9609814712
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ Instead, it will return all of the bytes that have been requested.
When reading from the
.IR random
pool, blocking requests of any size can be interrupted by a signal
pool, blocking requests of any size can be interrupted by a signal handler
(the call fails with the error
.BR EINTR ).