summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/rand.3
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commit7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/stdlib/rand.3
parentd087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/rand.3')
-rw-r--r--lib/libc/stdlib/rand.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3
index 6db19d5923fa..d9c7b5401196 100644
--- a/lib/libc/stdlib/rand.3
+++ b/lib/libc/stdlib/rand.3
@@ -82,7 +82,7 @@ These sequences are repeatable by calling
with the same seed value.
.Pp
If no
-.Fa seed
+.Fa seed
value is provided, the functions are automatically
seeded with a value of 1.
.Pp