diff options
author | jmc <> | 2014-12-09 21:55:39 +0000 |
---|---|---|
committer | jmc <> | 2014-12-09 21:55:39 +0000 |
commit | 760780ff2febbe89bdf24a72d3d96de9016fa52b (patch) | |
tree | aaa98200fc90d6cb272d55ab31c8c105ca573860 /src/lib/libc/stdlib/rand.3 | |
parent | 2de55db591b79132a0d31ddc29a25b10a8a549b0 (diff) | |
download | openbsd-760780ff2febbe89bdf24a72d3d96de9016fa52b.tar.gz openbsd-760780ff2febbe89bdf24a72d3d96de9016fa52b.tar.bz2 openbsd-760780ff2febbe89bdf24a72d3d96de9016fa52b.zip |
Xr and Ox fixes;
Diffstat (limited to 'src/lib/libc/stdlib/rand.3')
-rw-r--r-- | src/lib/libc/stdlib/rand.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/rand.3 b/src/lib/libc/stdlib/rand.3 index c760161ba7..2fd88ac8a4 100644 --- a/src/lib/libc/stdlib/rand.3 +++ b/src/lib/libc/stdlib/rand.3 | |||
@@ -29,9 +29,9 @@ | |||
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: rand.3,v 1.18 2014/12/08 21:45:20 deraadt Exp $ | 32 | .\" $OpenBSD: rand.3,v 1.19 2014/12/09 21:55:39 jmc Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: December 8 2014 $ | 34 | .Dd $Mdocdate: December 9 2014 $ |
35 | .Dt RAND 3 | 35 | .Dt RAND 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -66,7 +66,7 @@ In | |||
66 | the | 66 | the |
67 | .Ar seed | 67 | .Ar seed |
68 | variable is ignored, and strong random number results will be provided from | 68 | variable is ignored, and strong random number results will be provided from |
69 | .Xr arc4random 3. | 69 | .Xr arc4random 3 . |
70 | In other systems, the | 70 | In other systems, the |
71 | .Ar seed | 71 | .Ar seed |
72 | variable primes a simplistic deterministic algorithm. | 72 | variable primes a simplistic deterministic algorithm. |
@@ -120,7 +120,9 @@ intentionally. | |||
120 | .Pp | 120 | .Pp |
121 | The | 121 | The |
122 | .Fn srand_deterministic | 122 | .Fn srand_deterministic |
123 | function is an OpenBSD extension. | 123 | function is an |
124 | .Ox | ||
125 | extension. | ||
124 | .Sh HISTORY | 126 | .Sh HISTORY |
125 | The functions | 127 | The functions |
126 | .Fn rand | 128 | .Fn rand |