random.4: wfix

The word "very" here is overkill, and inclines the reader to
think that /dev/urandom is inferior.

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

View File

@ -64,7 +64,7 @@ a time where the cryptographic primitives used in the implementation
of \fI/dev/urandom\fP were not widely trusted.
It will return random bytes only within the estimated number of
bits of fresh noise in the entropy pool, blocking if necessary.
\fI/dev/random\fP is suitable for applications that need very
\fI/dev/random\fP is suitable for applications that need
high quality randomness, and can afford indeterminate delays.
When the entropy pool is empty, reads from \fI/dev/random\fP will block