Use the .Dl macro.

Discussed with:	mdoc(7) officer ru
This commit is contained in:
Tom Rhodes 2003-05-01 20:27:59 +00:00
parent 8edde085dd
commit a460614661
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114454

View file

@ -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 ,