summaryrefslogtreecommitdiffstats
path: root/man3/drand48.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/drand48.3')
-rw-r--r--man3/drand48.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/drand48.3 b/man3/drand48.3
index 48b82da2e..08249d174 100644
--- a/man3/drand48.3
+++ b/man3/drand48.3
@@ -102,7 +102,7 @@ integers uniformly distributed over the interval [\-2^31,\ 2^31).
.PP
The
.BR srand48 (),
-.BR seed48 ()
+.BR seed48 (),
and
.BR lcong48 ()
functions are
@@ -113,7 +113,7 @@ or
.BR mrand48 ().
The functions
.BR erand48 (),
-.BR nrand48 ()
+.BR nrand48 (),
and
.BR jrand48 ()
do not require
@@ -167,7 +167,7 @@ into the returned value.
.PP
The functions
.BR drand48 (),
-.BR lrand48 ()
+.BR lrand48 (),
and
.BR mrand48 ()
store
@@ -176,7 +176,7 @@ the last 48-bit
generated in an internal buffer.
The functions
.BR erand48 (),
-.BR nrand48 ()
+.BR nrand48 (),
and
.BR jrand48 ()
require the calling
@@ -219,7 +219,7 @@ The initialization function
allows the user to specify
initial values for
.IR Xi ,
-.I a
+.IR a ,
and
.IR c .
Array argument
@@ -278,7 +278,7 @@ POSIX.1-2001, POSIX.1-2008, SVr4.
.BR rand (3),
.BR random (3)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,