summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/rand48.3
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-07-05 19:54:19 +0000
committermillert <millert@openbsd.org>1998-07-05 19:54:19 +0000
commit3230a265e7cf00035b25c26f99e60e65a0e3667d (patch)
treeef6d2c0db49dd8a4292b913e14490b37f873110e /lib/libc/stdlib/rand48.3
parentreplace open + fstat with stat (diff)
downloadwireguard-openbsd-3230a265e7cf00035b25c26f99e60e65a0e3667d.tar.xz
wireguard-openbsd-3230a265e7cf00035b25c26f99e60e65a0e3667d.zip
add .Xr's for all the random functions in libc
Diffstat (limited to 'lib/libc/stdlib/rand48.3')
-rw-r--r--lib/libc/stdlib/rand48.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3
index 72fa27e17ac..d5236a47799 100644
--- a/lib/libc/stdlib/rand48.3
+++ b/lib/libc/stdlib/rand48.3
@@ -9,7 +9,7 @@
.\" 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.2 1996/08/19 08:33:45 tholo Exp $
+.\" $OpenBSD: rand48.3,v 1.3 1998/07/05 19:54:23 millert Exp $
.\"
.Dd October 8, 1993
.Dt RAND48 3
@@ -156,5 +156,6 @@ For a more powerful random number generator, see
.Sh AUTHOR
Martin Birgmeier
.Sh SEE ALSO
+.Xr arc4random 3 ,
.Xr rand 3 ,
.Xr random 3 .