]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
getrandom.2: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 22 Jan 2015 20:04:21 +0000 (21:04 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 29 Jan 2015 08:02:41 +0000 (09:02 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/getrandom.2

index cfbbf5f50379dbbd0ede9ea8c295c7a75a4ae694..f92d82fa698ff81640bae97925724a2f932c70ae 100644 (file)
@@ -162,12 +162,12 @@ flag.
 When reading from
 .I /dev/urandom
 .RB ( GRND_RANDOM
-is not set)
+is not set),
 blocking only occurs if the entropy pool has not been initialized yet.
 When reading from
 .I /dev/random
 .RB ( GRND_RANDOM
-is set)
+is set),
 blocking occurs if not enough random bytes are available.
 
 The reaction of
@@ -190,7 +190,7 @@ will not return
 Instead, it will return all of the bytes that have been requested.
 .PP
 When reading from
-.I /dev/random
+.IR /dev/random ,
 these guarantees do
 .I not
 apply.