summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>2006-03-24 16:14:42 +0000
committerkleink <kleink@NetBSD.org>2006-03-24 16:14:42 +0000
commitc66ffccfbe99d56edfda918663569501574472c3 (patch)
tree5840d953404fc6e5a20cd72c2b6c23504bc356f5 /lib/libc/stdlib
parent3f97f7ca721e2f3e0ea823c6a4125aa7df283979 (diff)
Xref rnd(4).
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/rand.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3
index 406f28828c1..462e651dcc0 100644
--- a/lib/libc/stdlib/rand.3
+++ b/lib/libc/stdlib/rand.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: rand.3,v 1.10 2003/08/07 16:43:43 agc Exp $
+.\" $NetBSD: rand.3,v 1.11 2006/03/24 16:14:42 kleink Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -84,7 +84,8 @@ function is a reentrant interface to
.Fn rand ;
the seed has to be supplied and is maintained by the caller.
.Sh SEE ALSO
-.Xr random 3
+.Xr random 3 ,
+.Xr rnd 4
.Sh STANDARDS
The
.Fn rand