]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man4/random.4
getent.1, intro.1, time.1, _exit.2, alloc_hugepages.2, arch_prctl.2, clock_getres...
[thirdparty/man-pages.git] / man4 / random.4
index 0b7ee560e2e72c4f055b2e19053a305299a0706b..b3a1497bbf6fdbb2db2646a5e32352a199a505ba 100644 (file)
@@ -31,13 +31,13 @@ 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
+.PP
 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.
-.LP
+.PP
 Linux 3.17 and later provides the simpler and safer
 .BR getrandom (2)
 interface which requires no special files;