summaryrefslogtreecommitdiffstats
path: root/man3/arc4random.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/arc4random.3')
-rw-r--r--man3/arc4random.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/arc4random.3 b/man3/arc4random.3
index bb7591c1c..09abfc902 100644
--- a/man3/arc4random.3
+++ b/man3/arc4random.3
@@ -37,9 +37,9 @@ with
bytes of pseudorandom data.
.P
The
-.BR rand (3)
+.MR rand 3
and
-.BR drand48 (3)
+.MR drand48 3
families of functions should only be used where
the quality of the pseudorandom numbers is not a concern
.I and
@@ -62,7 +62,7 @@ when
is invalid.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -103,7 +103,7 @@ In some cases,
such as accessing an array,
using that value could result in Undefined Behavior.
.SH SEE ALSO
-.BR getrandom (3),
-.BR rand (3),
-.BR drand48 (3),
-.BR random (7)
+.MR getrandom 3 ,
+.MR rand 3 ,
+.MR drand48 3 ,
+.MR random 7