From 35ed7900179da58d69c441f8d527d5ce2c794a7e Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 5 Jun 2016 15:46:14 +0000 Subject: Reflect error indication according to POSIX and what those functions currently do. --- lib/libc/stdlib/random.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index 254be0a..a7f552c 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -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 , -- cgit v1.1