summaryrefslogtreecommitdiffstats
path: root/man3/getentropy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getentropy.3')
-rw-r--r--man3/getentropy.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/getentropy.3 b/man3/getentropy.3
index a26a4eff5..cb58d5b44 100644
--- a/man3/getentropy.3
+++ b/man3/getentropy.3
@@ -17,7 +17,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR getentropy ():
@@ -64,7 +64,7 @@ with random data.
.TP
.B ENOSYS
This kernel version does not implement the
-.BR getrandom (2)
+.MR getrandom 2
system call required to implement this function.
.SH STANDARDS
None.
@@ -75,10 +75,10 @@ OpenBSD.
The
.BR getentropy ()
function is implemented using
-.BR getrandom (2).
+.MR getrandom 2 .
.P
Whereas the glibc wrapper makes
-.BR getrandom (2)
+.MR getrandom 2
a cancelation point,
.BR getentropy ()
is not a cancelation point.
@@ -98,6 +98,6 @@ In this case,
will keep blocking even if a signal is handled,
and will return only once the entropy pool has been initialized.
.SH SEE ALSO
-.BR getrandom (2),
-.BR urandom (4),
-.BR random (7)
+.MR getrandom 2 ,
+.MR urandom 4 ,
+.MR random 7