summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/gen/arc4random.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3
index 4af1472..bf1420e 100644
--- a/lib/libc/gen/arc4random.3
+++ b/lib/libc/gen/arc4random.3
@@ -87,7 +87,7 @@ and
functions using
.Fn arc4random :
.Pp
-.Dv #define Fn foo4random ( Fn arc4random Ft % ((unsigned)RAND_MAX + 1))
+.Dl #define foo4random() (arc4random() % ((unsigned)RAND_MAX + 1))
.Sh SEE ALSO
.Xr rand 3 ,
.Xr random 3 ,
OpenPOWER on IntegriCloud