diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2003-05-01 20:27:59 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2003-05-01 20:27:59 +0000 |
| commit | a460614661f4001fe34419f7847d7ea6aac6b306 (patch) | |
| tree | 5ffa308a394a32bab87052e2b47e1fa31d5970d4 /lib/libc | |
| parent | 8edde085dd273e8c7b1c56f5b84f01ffcf738606 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/arc4random.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3 index 4af1472fdd3d..bf1420e4c598 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 , |
