From 5771e6280ed94b6457e5db9facb5899254e4fb7f Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 29 Jun 1999 18:36:24 +0000 Subject: first round of repairs on stdlib --- src/lib/libc/stdlib/rand.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/stdlib/rand.3') diff --git a/src/lib/libc/stdlib/rand.3 b/src/lib/libc/stdlib/rand.3 index 28496ec12a..d5686e5f4c 100644 --- a/src/lib/libc/stdlib/rand.3 +++ b/src/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 , -- cgit v1.2.3-55-g6feb