summaryrefslogtreecommitdiffstats
path: root/man3/random.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/random.3')
-rw-r--r--man3/random.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/random.3 b/man3/random.3
index c6dc573dd..a0f02616a 100644
--- a/man3/random.3
+++ b/man3/random.3
@@ -30,7 +30,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 random (),
@@ -137,7 +137,7 @@ A state array of less than 8 bytes was specified to
.BR initstate ().
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -175,7 +175,7 @@ The
function should not be used in multithreaded programs
where reproducible behavior is required.
Use
-.BR random_r (3)
+.MR random_r 3
for that purpose.
.SH BUGS
According to POSIX,
@@ -186,8 +186,8 @@ In the glibc implementation,
is (as specified) set on error, but the function does not return NULL.
.\" http://sourceware.org/bugzilla/show_bug.cgi?id=15380
.SH SEE ALSO
-.BR getrandom (2),
-.BR drand48 (3),
-.BR rand (3),
-.BR random_r (3),
-.BR srand (3)
+.MR getrandom 2 ,
+.MR drand48 3 ,
+.MR rand 3 ,
+.MR random_r 3 ,
+.MR srand 3