diff options
author | des <des@FreeBSD.org> | 2012-09-11 12:55:15 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2012-09-11 12:55:15 +0000 |
commit | 33eb85902d21f1188eda1988e6b99dbec047f6db (patch) | |
tree | d23d8b9c85e17833cc26f2d09f2b6585f1ce5ad2 /lib/libc/stdlib/random.3 | |
parent | 60ab1436171fea4f1969b08ad29bff7736b5d36e (diff) | |
download | FreeBSD-src-33eb85902d21f1188eda1988e6b99dbec047f6db.zip FreeBSD-src-33eb85902d21f1188eda1988e6b99dbec047f6db.tar.gz |
Add the same warning to rand48(3) as to rand(3) and random(3).
MFC after: 3 days
Diffstat (limited to 'lib/libc/stdlib/random.3')
-rw-r--r-- | lib/libc/stdlib/random.3 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index e0be8f1..4817440 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -181,7 +181,6 @@ messages are printed on the standard error output. .Xr arc4random 3 , .Xr lrand48 3 , .Xr rand 3 , -.Xr srand 3 , .Xr random 4 .Sh HISTORY These |