From 3e3c1e236499710bce242a0fb072e98a3311faa1 Mon Sep 17 00:00:00 2001 From: Janne Snabb Date: Tue, 27 Jun 2017 20:42:37 +0300 Subject: [PATCH] getrandom.2: tfix Signed-off-by: Michael Kerrisk --- man2/getrandom.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/getrandom.2 b/man2/getrandom.2 index a550fa5ad..86302759e 100644 --- a/man2/getrandom.2 +++ b/man2/getrandom.2 @@ -178,7 +178,7 @@ can be used to obtain randomness, see Unlike .IR /dev/random and -.IR /dev/random , +.IR /dev/urandom , .BR getrandom () does not involve the use of pathnames or file descriptors. Thus,