mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Use the .Dl macro.
Discussed with: mdoc(7) officer ru
This commit is contained in:
parent
8edde085dd
commit
a460614661
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114454
@ -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 ,
|
||||
|
Loading…
Reference in New Issue
Block a user