]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
getrandom.2: Minor tweaks to Heinrich's text
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 28 Jan 2015 06:04:54 +0000 (07:04 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 29 Jan 2015 08:03:32 +0000 (09:03 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/getrandom.2

index 469da27f1c5fd106bd74e8d014aee55fffc6d06d..3652b001a984d6192760726c47874b4d0d0e469c 100644 (file)
@@ -173,7 +173,7 @@ This system call is Linux-specific.
 As of Linux 3.19 the following limits apply:
 .IP * 3
 When reading from
-.I /dev/urandom
+.IR /dev/urandom ,
 a maximum of 33554431 bytes is returned by a single call to
 .BR getrandom ()
 on a system where
@@ -181,13 +181,13 @@ on a system where
 has a size of 32 bits.
 .IP *
 When reading from
-.I /dev/random
+.IR /dev/random ,
 a maximum of 512 bytes is returned.
-.SS Initilization of the entropy pool
+.SS Initialization of the entropy pool
 The kernel collects bits of entropy from environment.
-When a sufficient number of random bits has been collected the
+When a sufficient number of random bits has been collected, the
 .I /dev/urandom
-entropy pool is set to initialized.
+entropy pool is considered to be initialized.
 .SS Interruption by a signal handler
 A call to
 .BR getrandom ()