diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-08-03 13:57:30 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-08-03 13:57:30 +0000 |
| commit | 68e1685c25cab6c29e4250f592c39f47996776af (patch) | |
| tree | 7d83ff852ff8dd6c7ca2fcaa610ab933590eba72 /man3/rand.3 | |
| parent | 97c1eac86f435d7feeef158417941751e7bd7a15 (diff) | |
| download | man-pages-68e1685c25cab6c29e4250f592c39f47996776af.tar.gz | |
Updated CONFORMING TO section
Diffstat (limited to 'man3/rand.3')
| -rw-r--r-- | man3/rand.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/rand.3 b/man3/rand.3 index 9fdf463a5a..05edf1ea26 100644 --- a/man3/rand.3 +++ b/man3/rand.3 @@ -78,7 +78,7 @@ The \fBrand\fP() and \fBrand_r\fP() functions return a value between 0 and RAND_MAX. The \fBsrand\fP() function returns no value. .SH EXAMPLE -POSIX 1003.1-2003 gives the following example of an implementation of +POSIX.1-2001 gives the following example of an implementation of .BR rand () and .BR srand (), @@ -146,10 +146,10 @@ The functions .BR rand () and .BR srand () -conform to SVID 3, 4.3BSD, ISO 9899, POSIX 1003.1-2003. +conform to SVr4, 4.3BSD, C89, C89, POSIX.1-2001. The function .BR rand_r () -is from POSIX 1003.1-2003. +is from POSIX.1-2001. .SH "SEE ALSO" .BR drand48 (3), .BR random (3) |
