Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
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.
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.