diff options
author | guenther <> | 2012-06-02 00:14:16 +0000 |
---|---|---|
committer | guenther <> | 2012-06-02 00:14:16 +0000 |
commit | 0e75ebe6fc3d4043e79e7c89766f56e43c180169 (patch) | |
tree | 6ce2615061c4f0a807ba0bf577a1a5f00b84d0d5 /src/lib/libc/stdlib/rand48.3 | |
parent | cb798cd101f47ccce02cb08724d7b433ebbe041d (diff) | |
download | openbsd-0e75ebe6fc3d4043e79e7c89766f56e43c180169.tar.gz openbsd-0e75ebe6fc3d4043e79e7c89766f56e43c180169.tar.bz2 openbsd-0e75ebe6fc3d4043e79e7c89766f56e43c180169.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 'src/lib/libc/stdlib/rand48.3')
-rw-r--r-- | src/lib/libc/stdlib/rand48.3 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/rand48.3 b/src/lib/libc/stdlib/rand48.3 index 0e8ca5389b..340e6461bd 100644 --- a/src/lib/libc/stdlib/rand48.3 +++ b/src/lib/libc/stdlib/rand48.3 | |||
@@ -9,9 +9,9 @@ | |||
9 | .\" of any kind. I shall in no event be liable for anything that happens | 9 | .\" of any kind. I shall in no event be liable for anything that happens |
10 | .\" to anyone/anything when using this software. | 10 | .\" to anyone/anything when using this software. |
11 | .\" | 11 | .\" |
12 | .\" $OpenBSD: rand48.3,v 1.11 2007/05/31 19:19:31 jmc Exp $ | 12 | .\" $OpenBSD: rand48.3,v 1.12 2012/06/02 00:14:16 guenther Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd $Mdocdate: May 31 2007 $ | 14 | .Dd $Mdocdate: June 2 2012 $ |
15 | .Dt RAND48 3 | 15 | .Dt RAND48 3 |
16 | .Os | 16 | .Os |
17 | .Sh NAME | 17 | .Sh NAME |
@@ -161,5 +161,19 @@ For a more powerful random number generator, see | |||
161 | .Xr arc4random 3 , | 161 | .Xr arc4random 3 , |
162 | .Xr rand 3 , | 162 | .Xr rand 3 , |
163 | .Xr random 3 | 163 | .Xr random 3 |
164 | .Sh STANDARDS | ||
165 | The | ||
166 | .Fn drand48 , | ||
167 | .Fn erand48 , | ||
168 | .Fn jrand48 , | ||
169 | .Fn lcong48 , | ||
170 | .Fn lrand48 , | ||
171 | .Fn mrand48 , | ||
172 | .Fn nrand48 , | ||
173 | .Fn seed48 , | ||
174 | and | ||
175 | .Fn srand48 | ||
176 | functions conform to | ||
177 | .St -p1003.1-2008 . | ||
164 | .Sh AUTHORS | 178 | .Sh AUTHORS |
165 | Martin Birgmeier | 179 | Martin Birgmeier |