diff options
author | pyr <> | 2007-05-02 09:20:59 +0000 |
---|---|---|
committer | pyr <> | 2007-05-02 09:20:59 +0000 |
commit | 20e1754dbe2258381c92dd73706e8d82c0393765 (patch) | |
tree | e82fe20daa9d182aa5573fb25604b684b59f20eb /src/lib/libc/crypt | |
parent | d9af4ceb9198aea43e82e75df7f668b51d4eedf3 (diff) | |
download | openbsd-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.3 | 5 |
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 | |||
87 | since | 87 | since |
88 | .Fn arc4random | 88 | .Fn arc4random |
89 | automatically initializes itself. | 89 | automatically initializes itself. |
90 | Sh RETURN VALUES | ||
91 | These functions are always successful, and no return value is | ||
92 | reserved 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 , |