]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
getrandom.2: Reword sentence on blocked getrandom() and interruption by signals
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 22 Jan 2015 20:18:43 +0000 (21:18 +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 34001c6486537617271c4b616b899d4784813885..f302508dbae6bda3afcef1a2117beb1c86c39ad7 100644 (file)
@@ -170,11 +170,11 @@ When reading from
 is set),
 blocking occurs if not enough random bytes are available.
 
-The reaction of
+The behavior when a call to
 .BR getrandom ()
-in case of an interruption of a blocking call by a signal
-when reading from
+that is blocked while reading from
 .I /dev/urandom
+is interrupted by a signal handler
 depends on the initialization state of the entropy buffer
 and on the request size,
 .IR buflen .