diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2016-06-05 15:46:14 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2016-06-05 15:46:14 +0000 |
| commit | 16bf528dc243f86776a443cba84866cfd7d2027e (patch) | |
| tree | 262541c89c81a28e31caf6def1fde7133a25bcae /lib/libc/stdlib/random.3 | |
| parent | 3933ba6b0d1a13cf2c6187de2f3d434dad3edc2d (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/random.3')
| -rw-r--r-- | lib/libc/stdlib/random.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index 254be0a3a07f7..a7f552c32f45e 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 , |
