diff options
author | millert <> | 1998-07-05 19:54:25 +0000 |
---|---|---|
committer | millert <> | 1998-07-05 19:54:25 +0000 |
commit | f596336fdffaf5a34088009d7ddde85ad201b499 (patch) | |
tree | e75a02526fe00f5e47d4d60a5a43dbfcd19dc883 /src/lib/libc/crypt | |
parent | 919232a14a3b7ddefc332703407abaf2bc94107e (diff) | |
download | openbsd-f596336fdffaf5a34088009d7ddde85ad201b499.tar.gz openbsd-f596336fdffaf5a34088009d7ddde85ad201b499.tar.bz2 openbsd-f596336fdffaf5a34088009d7ddde85ad201b499.zip |
add .Xr's for all the random functions in libc
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3 index 39b4de15db..dd04c8f934 100644 --- a/src/lib/libc/crypt/arc4random.3 +++ b/src/lib/libc/crypt/arc4random.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: arc4random.3,v 1.2 1997/04/27 22:40:25 angelos Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.3 1998/07/05 19:54:19 millert Exp $ |
2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
3 | .\" All rights reserved. | 3 | .\" All rights reserved. |
4 | .\" | 4 | .\" |
@@ -70,6 +70,7 @@ since | |||
70 | .Fn arc4random | 70 | .Fn arc4random |
71 | automatically initalizes itself. | 71 | automatically initalizes itself. |
72 | .Sh SEE ALSO | 72 | .Sh SEE ALSO |
73 | .Xr rand48 3 , | ||
73 | .Xr rand 3 , | 74 | .Xr rand 3 , |
74 | .Xr random 3 | 75 | .Xr random 3 |
75 | .Sh HISTORY | 76 | .Sh HISTORY |