random.4: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-10 12:39:56 +01:00
parent debb291e3f
commit 82f0a1f9b5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ The random number generator gathers environmental noise
from device drivers and other sources into an entropy pool.
The generator also keeps an estimate of the
number of bits of noise in the entropy pool.
From this entropy pool random numbers are created.
From this entropy pool, random numbers are created.
.LP
Linux 3.17 and later provides the simpler and safer (see below)
.BR getrandom (2)