]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/random_r.3: pfix
authorAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 16:08:02 +0000 (18:08 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 20:21:13 +0000 (22:21 +0200)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/random_r.3

index b556f4fbd50ed975a3586d60e3e56551e63066d1..efa896095e42bac0533e0b7d6e1de4cd71705e04 100644 (file)
@@ -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.