summaryrefslogtreecommitdiff
path: root/man3/rand.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-22 19:42:52 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-22 19:42:52 +0000
commit2f0af33ba65b9acc67dc3fcdbb8b123af932a477 (patch)
tree504cfe0d5df667fddf7cc42641c7c1d31db40a8a /man3/rand.3
parent1274071a69a58859123c827aecbdd938c27ebd6f (diff)
ffix
Diffstat (limited to 'man3/rand.3')
-rw-r--r--man3/rand.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/rand.3 b/man3/rand.3
index ba55b72b..6839a1ce 100644
--- a/man3/rand.3
+++ b/man3/rand.3
@@ -92,7 +92,8 @@ The
and
.BR rand_r ()
functions return a value
-between 0 and RAND_MAX.
+between 0 and
+.BR RAND_MAX .
The
.BR srand ()
function returns no value.