random.4: wfix

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

View File

@ -25,9 +25,12 @@ random, urandom \- kernel random number source devices
The character special files \fI/dev/random\fP and
\fI/dev/urandom\fP (present since Linux 1.3.30)
provide an interface to the kernel's random number generator.
File \fI/dev/random\fP has major device number 1
and minor device number 8.
File \fI/dev/urandom\fP has major device number 1 and minor device number 9.
The file
.I /dev/random\fP
has major device number 1 and minor device number 8.
The file
.I /dev/urandom
has major device number 1 and minor device number 9.
.LP
The random number generator gathers environmental noise
from device drivers and other sources into an entropy pool.