From b62ea03aa4514fc86daf11e89d4ae2ae3bf6100a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 17 Dec 2015 15:02:52 +0100 Subject: [PATCH] drand48.3: Correct descriptions of ranges returned by these functions See http://bugs.debian.org/803459 Reported-by: Vincent Lefevre Signed-off-by: Michael Kerrisk --- man3/drand48.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man3/drand48.3 b/man3/drand48.3 index 1d4799fe3..0de9cf2e9 100644 --- a/man3/drand48.3 +++ b/man3/drand48.3 @@ -81,22 +81,22 @@ The and .BR erand48 () functions return nonnegative -double-precision floating-point values uniformly distributed between -[0.0, 1.0). +double-precision floating-point values uniformly distributed over the interval +[0.0,\ 1.0). .PP The .BR lrand48 () and .BR nrand48 () functions return nonnegative -long integers uniformly distributed between 0 and 2^31. +long integers uniformly distributed over the interval [0,\ 2^31). .PP The .BR mrand48 () and .BR jrand48 () functions return signed long -integers uniformly distributed between \-2^31 and 2^31. +integers uniformly distributed over the interval [\-2^31,\ 2^31). .PP The .BR srand48 (),