diff --git a/man4/random.4 b/man4/random.4 index 8c2349b63..a0c10fa8b 100644 --- a/man4/random.4 +++ b/man4/random.4 @@ -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.