diff options
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) |
