diff options
author | 2012-06-02 00:14:16 +0000 | |
---|---|---|
committer | 2012-06-02 00:14:16 +0000 | |
commit | e17cce25c04f3087097908abd765af49a3cc54cb (patch) | |
tree | 7d3051d739ceb64ee1f6f0ead9daa5151c8078ca /lib/libc/stdlib/rand48.3 | |
parent | Delete diagnostic code that reports timeout adjustments on resume. (diff) | |
download | wireguard-openbsd-e17cce25c04f3087097908abd765af49a3cc54cb.tar.xz wireguard-openbsd-e17cce25c04f3087097908abd765af49a3cc54cb.zip |
Update STANDARDS section for a few <stdlib.h> functions
Update SYNOPSIS for setkey() to show it's in <stdlib.h>
ok jmc@, millert@
Diffstat (limited to 'lib/libc/stdlib/rand48.3')
-rw-r--r-- | lib/libc/stdlib/rand48.3 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3 index 0e8ca5389b6..340e6461bd9 100644 --- a/lib/libc/stdlib/rand48.3 +++ b/lib/libc/stdlib/rand48.3 @@ -9,9 +9,9 @@ .\" of any kind. I shall in no event be liable for anything that happens .\" to anyone/anything when using this software. .\" -.\" $OpenBSD: rand48.3,v 1.11 2007/05/31 19:19:31 jmc Exp $ +.\" $OpenBSD: rand48.3,v 1.12 2012/06/02 00:14:16 guenther Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 2 2012 $ .Dt RAND48 3 .Os .Sh NAME @@ -161,5 +161,19 @@ For a more powerful random number generator, see .Xr arc4random 3 , .Xr rand 3 , .Xr random 3 +.Sh STANDARDS +The +.Fn drand48 , +.Fn erand48 , +.Fn jrand48 , +.Fn lcong48 , +.Fn lrand48 , +.Fn mrand48 , +.Fn nrand48 , +.Fn seed48 , +and +.Fn srand48 +functions conform to +.St -p1003.1-2008 . .Sh AUTHORS Martin Birgmeier |