summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authormillert <>1998-07-05 19:54:25 +0000
committermillert <>1998-07-05 19:54:25 +0000
commitf596336fdffaf5a34088009d7ddde85ad201b499 (patch)
treee75a02526fe00f5e47d4d60a5a43dbfcd19dc883 /src/lib/libc/crypt
parent919232a14a3b7ddefc332703407abaf2bc94107e (diff)
downloadopenbsd-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.33
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
71automatically initalizes itself. 71automatically 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