summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/rand.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/rand.3')
-rw-r--r--src/lib/libc/stdlib/rand.38
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/rand.3 b/src/lib/libc/stdlib/rand.3
index d5686e5f4c..4d4e91efe4 100644
--- a/src/lib/libc/stdlib/rand.3
+++ b/src/lib/libc/stdlib/rand.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: rand.3,v 1.6 1999/06/29 18:36:22 aaron Exp $ 36.\" $OpenBSD: rand.3,v 1.7 2000/04/20 13:50:02 aaron Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt RAND 3 39.Dt RAND 3
@@ -92,13 +92,11 @@ The
92.Fn rand 92.Fn rand
93and 93and
94.Fn srand 94.Fn srand
95functions 95functions conform to
96conform to
97.St -ansiC . 96.St -ansiC .
98.Pp 97.Pp
99The 98The
100.Fn rand_r 99.Fn rand_r
101function 100function conforms to ISO/IEC 9945-1 ANSI/IEEE
102conforms to ISO/IEC 9945-1 ANSI/IEEE
103.Pq Dq Tn POSIX 101.Pq Dq Tn POSIX
104Std 1003.1c Draft 10. 102Std 1003.1c Draft 10.