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/rand.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/rand.3')
-rw-r--r-- | lib/libc/stdlib/rand.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index df4feaacdb8..50fe67d1095 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: rand.3,v 1.10 2007/05/31 19:19:31 jmc Exp $ +.\" $OpenBSD: rand.3,v 1.11 2012/06/02 00:14:16 guenther Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 2 2012 $ .Dt RAND 3 .Os .Sh NAME @@ -93,6 +93,5 @@ functions conform to .Pp The .Fn rand_r -function conforms to ISO/IEC 9945-1 ANSI/IEEE -.Pq Dq Tn POSIX -Std 1003.1c Draft 10. +function conforms to +.St -p1003.1-2008 . |