diff options
author | 1998-07-05 19:54:19 +0000 | |
---|---|---|
committer | 1998-07-05 19:54:19 +0000 | |
commit | 3230a265e7cf00035b25c26f99e60e65a0e3667d (patch) | |
tree | ef6d2c0db49dd8a4292b913e14490b37f873110e /lib/libc/crypt | |
parent | replace open + fstat with stat (diff) | |
download | wireguard-openbsd-3230a265e7cf00035b25c26f99e60e65a0e3667d.tar.xz wireguard-openbsd-3230a265e7cf00035b25c26f99e60e65a0e3667d.zip |
add .Xr's for all the random functions in libc
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index 39b4de15db5..dd04c8f9343 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.2 1997/04/27 22:40:25 angelos Exp $ +.\" $OpenBSD: arc4random.3,v 1.3 1998/07/05 19:54:19 millert Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -70,6 +70,7 @@ since .Fn arc4random automatically initalizes itself. .Sh SEE ALSO +.Xr rand48 3 , .Xr rand 3 , .Xr random 3 .Sh HISTORY |