random.3: Update initstate() return value description to match glibc

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
W. Trevor King 2010-09-19 20:08:14 +02:00 committed by Michael Kerrisk
parent d2b885c563
commit 247cb8f555
1 changed files with 3 additions and 3 deletions

View File

@ -123,10 +123,10 @@ The
function returns no value.
The
.BR initstate ()
and
function returns a pointer to the previous state array.
The
.BR setstate ()
functions return a pointer to the previous state
array, or NULL on error.
function returns a pointer to the previous state array, or NULL on error.
.SH ERRORS
.TP
.B EINVAL