summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-03-17 16:27:16 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-03-17 16:27:16 +0000
commit94fa7afda349eb3922d4c0173f95ef8f0ae2bf5f (patch)
tree83d4d0bf46f9d9a9e8b04a2d8a5f469164cc67bd /lib/libc/stdlib
parent7b50678a369d5e8223ce52e9dd6138c9d3fadd46 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/random.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3
index dd8571183f3d..727069c61613 100644
--- a/lib/libc/stdlib/random.3
+++ b/lib/libc/stdlib/random.3
@@ -45,9 +45,9 @@
.Ft long
.Fn random void
.Ft void
-.Fn srandom "unsigned seed"
+.Fn srandom "unsigned long seed"
.Ft char *
-.Fn initstate "unsigned seed" "char *state" "int n"
+.Fn initstate "unsigned long seed" "char *state" "long n"
.Ft char *
.Fn setstate "char *state"
.Sh DESCRIPTION