summaryrefslogtreecommitdiff
path: root/libc/manual/math.texi
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-11-06 23:03:08 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-11-06 23:03:08 +0000
commit036dfd44bcc8ed8e97dcd9c763f61d3b59796941 (patch)
tree27fe47c83800c73d61262ea4e70b211f6753e516 /libc/manual/math.texi
parentfe2ed5aaa408e1ab996a9fe1595a05634208a79c (diff)
downloadeglibc2-036dfd44bcc8ed8e97dcd9c763f61d3b59796941.tar.gz
Merge changes between r24305 and r24468 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@24469 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/manual/math.texi')
-rw-r--r--libc/manual/math.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/manual/math.texi b/libc/manual/math.texi
index 193d415fb..57cf24f68 100644
--- a/libc/manual/math.texi
+++ b/libc/manual/math.texi
@@ -1364,7 +1364,7 @@ The prototypes for these functions are in @file{stdlib.h}.
@comment BSD
@deftypefun {long int} random (void)
This function returns the next pseudo-random number in the sequence.
-The value returned ranges from @code{0} to @code{RAND_MAX}.
+The value returned ranges from @code{0} to @code{2147483647}.
@strong{NB:} Temporarily this function was defined to return a
@code{int32_t} value to indicate that the return value always contains