diff options
author | tedu <> | 2014-07-13 14:24:23 +0000 |
---|---|---|
committer | tedu <> | 2014-07-13 14:24:23 +0000 |
commit | b636caab7c5595064152299ed2979f857000f28f (patch) | |
tree | 9d0f001624a08e007b8acf0d551bf297a2902dd7 | |
parent | 1de48d58864d96a54f8725bf948fd19f0b9026d5 (diff) | |
download | openbsd-b636caab7c5595064152299ed2979f857000f28f.tar.gz openbsd-b636caab7c5595064152299ed2979f857000f28f.tar.bz2 openbsd-b636caab7c5595064152299ed2979f857000f28f.zip |
remove a lie spotted by guenther
-rw-r--r-- | src/lib/libc/stdlib/random.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/random.3 b/src/lib/libc/stdlib/random.3 index fdb78848d8..f66c4ce90a 100644 --- a/src/lib/libc/stdlib/random.3 +++ b/src/lib/libc/stdlib/random.3 | |||
@@ -25,9 +25,9 @@ | |||
25 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 25 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
26 | .\" SUCH DAMAGE. | 26 | .\" SUCH DAMAGE. |
27 | .\" | 27 | .\" |
28 | .\" $OpenBSD: random.3,v 1.21 2013/06/05 03:39:23 tedu Exp $ | 28 | .\" $OpenBSD: random.3,v 1.22 2014/07/13 14:24:23 tedu Exp $ |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: June 5 2013 $ | 30 | .Dd $Mdocdate: July 13 2014 $ |
31 | .Dt RANDOM 3 | 31 | .Dt RANDOM 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -89,9 +89,8 @@ as the seed. | |||
89 | .Pp | 89 | .Pp |
90 | The | 90 | The |
91 | .Fn srandomdev | 91 | .Fn srandomdev |
92 | routine initializes a state array using | 92 | switches to an algorithm using state derived from |
93 | random numbers obtained from the kernel, | 93 | random numbers obtained from the kernel. |
94 | suitable for cryptographic use. | ||
95 | Note that this particular seeding procedure can generate | 94 | Note that this particular seeding procedure can generate |
96 | states which are impossible to reproduce by calling | 95 | states which are impossible to reproduce by calling |
97 | .Fn srandom | 96 | .Fn srandom |