From: Alejandro Colomar Date: Sun, 24 Aug 2025 16:08:02 +0000 (+0200) Subject: man/man3/random_r.3: pfix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b05c34b175616356d367e090bc5ed11042d90c42;p=thirdparty%2Fman-pages.git man/man3/random_r.3: pfix Reported-by: Helge Kreutzmann Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/random_r.3 b/man/man3/random_r.3 index b556f4fbd..efa896095 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.