diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 18:36:25 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 18:36:25 +0000 |
commit | a6c232271aea12309a16ff09ab3805479f2cd458 (patch) | |
tree | f59a946b0ea15e5edfbd04a167f2aa646f7eb06c /lib/libc/stdlib/rand.3 | |
parent | 2c9812a5e42aed1da9bee32d389811387397705c (diff) |
first round of repairs on stdlib
Diffstat (limited to 'lib/libc/stdlib/rand.3')
-rw-r--r-- | lib/libc/stdlib/rand.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index 28496ec12aa..d5686e5f4ce 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: rand.3,v 1.5 1998/11/20 11:18:50 d Exp $ +.\" $OpenBSD: rand.3,v 1.6 1999/06/29 18:36:22 aaron Exp $ .\" .Dd June 29, 1991 .Dt RAND 3 @@ -81,7 +81,7 @@ The is a thread-safe version of .Fn rand . Storage for the seed must be provided through the -.Ar seed +.Fa seed argument, and needs to have been initialized by the caller. .Sh SEE ALSO .Xr arc4random 3 , |