aboutsummaryrefslogtreecommitdiffstats
path: root/man3/random.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/random.3')
-rw-r--r--man3/random.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/random.3 b/man3/random.3
index 48ea1d3c1f..dd6f859854 100644
--- a/man3/random.3
+++ b/man3/random.3
@@ -129,14 +129,14 @@ function returns a value between 0 and
The
.BR srandom ()
function returns no value.
-
+.PP
The
.BR initstate ()
function returns a pointer to the previous state array.
On error,
.I errno
is set to indicate the cause.
-
+.PP
On success,
.BR setstate ()
returns a pointer to the previous state array.