Reflect error indication according to POSIX and what those functions

currently do.
This commit is contained in:
Andrey A. Chernov 2016-06-05 15:46:14 +00:00
parent 3933ba6b0d
commit 16bf528dc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301448

View File

@ -174,8 +174,8 @@ If
.Fn initstate
is called with less than 8 bytes of state information, or if
.Fn setstate
detects that the state information has been garbled, error
messages are printed on the standard error output.
detects that the state information has been garbled,
NULL is returned.
.Sh SEE ALSO
.Xr arc4random 3 ,
.Xr lrand48 3 ,