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 | |
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')
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 3 | ||||
-rw-r--r-- | src/lib/libc/stdlib/rand.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/stdlib/rand48.3 | 3 | ||||
-rw-r--r-- | src/lib/libc/stdlib/random.3 | 3 |
4 files changed, 9 insertions, 4 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 |
diff --git a/src/lib/libc/stdlib/rand.3 b/src/lib/libc/stdlib/rand.3 index 0236a30118..32d32761f1 100644 --- a/src/lib/libc/stdlib/rand.3 +++ b/src/lib/libc/stdlib/rand.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: rand.3,v 1.3 1998/04/28 07:36:49 deraadt Exp $ | 36 | .\" $OpenBSD: rand.3,v 1.4 1998/07/05 19:54:22 millert Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt RAND 3 | 39 | .Dt RAND 3 |
@@ -74,6 +74,8 @@ with the same seed value. | |||
74 | If no seed value is provided, the functions are automatically | 74 | If no seed value is provided, the functions are automatically |
75 | seeded with a value of 1. | 75 | seeded with a value of 1. |
76 | .Sh SEE ALSO | 76 | .Sh SEE ALSO |
77 | .Xr arc4random 3 , | ||
78 | .Xr rand48 3 , | ||
77 | .Xr random 3 | 79 | .Xr random 3 |
78 | .Sh STANDARDS | 80 | .Sh STANDARDS |
79 | The | 81 | The |
diff --git a/src/lib/libc/stdlib/rand48.3 b/src/lib/libc/stdlib/rand48.3 index 72fa27e17a..d5236a4779 100644 --- a/src/lib/libc/stdlib/rand48.3 +++ b/src/lib/libc/stdlib/rand48.3 | |||
@@ -9,7 +9,7 @@ | |||
9 | .\" of any kind. I shall in no event be liable for anything that happens | 9 | .\" of any kind. I shall in no event be liable for anything that happens |
10 | .\" to anyone/anything when using this software. | 10 | .\" to anyone/anything when using this software. |
11 | .\" | 11 | .\" |
12 | .\" $OpenBSD: rand48.3,v 1.2 1996/08/19 08:33:45 tholo Exp $ | 12 | .\" $OpenBSD: rand48.3,v 1.3 1998/07/05 19:54:23 millert Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd October 8, 1993 | 14 | .Dd October 8, 1993 |
15 | .Dt RAND48 3 | 15 | .Dt RAND48 3 |
@@ -156,5 +156,6 @@ For a more powerful random number generator, see | |||
156 | .Sh AUTHOR | 156 | .Sh AUTHOR |
157 | Martin Birgmeier | 157 | Martin Birgmeier |
158 | .Sh SEE ALSO | 158 | .Sh SEE ALSO |
159 | .Xr arc4random 3 , | ||
159 | .Xr rand 3 , | 160 | .Xr rand 3 , |
160 | .Xr random 3 . | 161 | .Xr random 3 . |
diff --git a/src/lib/libc/stdlib/random.3 b/src/lib/libc/stdlib/random.3 index b57dcd15e3..acfbd8cdeb 100644 --- a/src/lib/libc/stdlib/random.3 +++ b/src/lib/libc/stdlib/random.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: random.3,v 1.5 1998/02/07 02:16:25 millert Exp $ | 32 | .\" $OpenBSD: random.3,v 1.6 1998/07/05 19:54:25 millert Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd April 19, 1991 | 34 | .Dd April 19, 1991 |
35 | .Dt RANDOM 3 | 35 | .Dt RANDOM 3 |
@@ -162,6 +162,7 @@ is called with less than 8 bytes of state information, or if | |||
162 | detects that the state information has been garbled, error | 162 | detects that the state information has been garbled, error |
163 | messages are printed on the standard error output. | 163 | messages are printed on the standard error output. |
164 | .Sh SEE ALSO | 164 | .Sh SEE ALSO |
165 | .Xr arc4random 3 , | ||
165 | .Xr drand48 3 , | 166 | .Xr drand48 3 , |
166 | .Xr rand 3 | 167 | .Xr rand 3 |
167 | .Sh STANDARDS | 168 | .Sh STANDARDS |