summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/random.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-07-05 19:54:26 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-07-05 19:54:26 +0000
commit5ed57833458d14ccc5cdd6a0af13df18e860705c (patch)
treeefe8fd88da0072ac374894601b47e20e5f6ec91f /lib/libc/stdlib/random.3
parent42ca1e63e305a361287e274da05958a46cfa0788 (diff)
add .Xr's for all the random functions in libc
Diffstat (limited to 'lib/libc/stdlib/random.3')
-rw-r--r--lib/libc/stdlib/random.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3
index b57dcd15e37..acfbd8cdeb9 100644
--- a/lib/libc/stdlib/random.3
+++ b/lib/libc/stdlib/random.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: random.3,v 1.5 1998/02/07 02:16:25 millert Exp $
+.\" $OpenBSD: random.3,v 1.6 1998/07/05 19:54:25 millert Exp $
.\"
.Dd April 19, 1991
.Dt RANDOM 3
@@ -162,6 +162,7 @@ is called with less than 8 bytes of state information, or if
detects that the state information has been garbled, error
messages are printed on the standard error output.
.Sh SEE ALSO
+.Xr arc4random 3 ,
.Xr drand48 3 ,
.Xr rand 3
.Sh STANDARDS