summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authorpyr <>2007-05-02 09:20:59 +0000
committerpyr <>2007-05-02 09:20:59 +0000
commit20e1754dbe2258381c92dd73706e8d82c0393765 (patch)
treee82fe20daa9d182aa5573fb25604b684b59f20eb /src/lib/libc/crypt
parentd9af4ceb9198aea43e82e75df7f668b51d4eedf3 (diff)
downloadopenbsd-20e1754dbe2258381c92dd73706e8d82c0393765.tar.gz
openbsd-20e1754dbe2258381c92dd73706e8d82c0393765.tar.bz2
openbsd-20e1754dbe2258381c92dd73706e8d82c0393765.zip
Document the lack of error return value in arc4random.
Sync the documentation in getpid with arc4random's format.
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r--src/lib/libc/crypt/arc4random.35
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3
index fd127439bc..7416e44014 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.19 2005/07/17 08:50:55 jaredy Exp $ 1.\" $OpenBSD: arc4random.3,v 1.20 2007/05/02 09:20:59 pyr Exp $
2.\" 2.\"
3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4.\" All rights reserved. 4.\" All rights reserved.
@@ -87,6 +87,9 @@ before using
87since 87since
88.Fn arc4random 88.Fn arc4random
89automatically initializes itself. 89automatically initializes itself.
90Sh RETURN VALUES
91These functions are always successful, and no return value is
92reserved to indicate an error.
90.Sh SEE ALSO 93.Sh SEE ALSO
91.Xr rand 3 , 94.Xr rand 3 ,
92.Xr rand48 3 , 95.Xr rand48 3 ,