summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-05-01 20:27:59 +0000
committertrhodes <trhodes@FreeBSD.org>2003-05-01 20:27:59 +0000
commit8a6199b879f9cc48d8ff97cebb27fe5e1db09b58 (patch)
tree5ffa308a394a32bab87052e2b47e1fa31d5970d4
parent4a635f887e72a0ea5eef446a774cacc3f16826b9 (diff)
downloadFreeBSD-src-8a6199b879f9cc48d8ff97cebb27fe5e1db09b58.zip
FreeBSD-src-8a6199b879f9cc48d8ff97cebb27fe5e1db09b58.tar.gz
Use the .Dl macro.
Discussed with: mdoc(7) officer ru
-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