aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/random_r.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-08-24 18:08:02 +0200
committerAlejandro Colomar <alx@kernel.org>2025-08-24 22:21:13 +0200
commitb05c34b175616356d367e090bc5ed11042d90c42 (patch)
tree2af88aecde62f279b46ca5f27429b46b739a1db5 /man/man3/random_r.3
parent50cfdb41a64d303d98a10b6ae6358113e371a595 (diff)
downloadman-pages-b05c34b175616356d367e090bc5ed11042d90c42.tar.gz
man/man3/random_r.3: pfix
Reported-by: Helge Kreutzmann <debian@helgefjell.de> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3/random_r.3')
-rw-r--r--man/man3/random_r.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/random_r.3 b/man/man3/random_r.3
index b556f4fbd5..efa896095e 100644
--- a/man/man3/random_r.3
+++ b/man/man3/random_r.3
@@ -72,7 +72,7 @@ instead of the seed associated with the global state variable.
The
.BR initstate_r ()
function is like
-.BR initstate (3)
+.BR initstate (3),
except that it initializes the state in the object pointed to by
.IR buf ,
rather than initializing the global state variable.
@@ -100,7 +100,7 @@ or similar.)
The
.BR setstate_r ()
function is like
-.BR setstate (3)
+.BR setstate (3),
except that it modifies the state in the object pointed to by
.IR buf ,
rather than modifying the global state variable.