From 075fc28fc809851403ccba3ac0d1cf90cf111dd7 Mon Sep 17 00:00:00 2001
From: dd
Date: Thu, 7 Jun 2001 02:31:03 +0000
Subject: urandom(4) -> random(4)
PR: 27858
Submitted by: Yoshihiro Koya
Approved by: markm
---
lib/libc/stdlib/rand.3 | 4 ++--
lib/libc/stdlib/random.3 | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'lib/libc')
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3
index 4e90fcc..6db19d5 100644
--- a/lib/libc/stdlib/rand.3
+++ b/lib/libc/stdlib/rand.3
@@ -89,7 +89,7 @@ seeded with a value of 1.
The
.Fn sranddev
function initializes a seed using the
-.Xr urandom 4
+.Xr random 4
random number device which returns good random numbers,
suitable for cryptographic use.
.Pp
@@ -101,7 +101,7 @@ A pointer to the context value
must be supplied by the caller.
.Sh SEE ALSO
.Xr random 3 ,
-.Xr urandom 4
+.Xr random 4
.Sh STANDARDS
The
.Fn rand
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3
index f128a50..08a6d64 100644
--- a/lib/libc/stdlib/random.3
+++ b/lib/libc/stdlib/random.3
@@ -101,7 +101,7 @@ as the seed.
The
.Fn srandomdev
routine initialize a state array using
-.Xr urandom 4
+.Xr random 4
random number device which returns good random numbers,
suitable for cryptographic use.
Note that this particular seeding
@@ -176,7 +176,7 @@ messages are printed on the standard error output.
.Sh SEE ALSO
.Xr rand 3 ,
.Xr srand 3 ,
-.Xr urandom 4
+.Xr random 4
.Sh HISTORY
These
functions appeared in
--
cgit v1.1