diff --git a/man2/getrandom.2 b/man2/getrandom.2 index cfbbf5f50..f92d82fa6 100644 --- a/man2/getrandom.2 +++ b/man2/getrandom.2 @@ -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.