diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-05-21 13:15:21 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-06-19 03:31:02 +0200 |
| commit | 974afcfe41be1b7470057b767e6b36a8b192131c (patch) | |
| tree | f537c5395f1ff360e69549cd0375d42ec96c3a96 | |
| parent | ba3680650c9e4fbb830873505638e51cd4760415 (diff) | |
| download | man-pages-974afcfe41be1b7470057b767e6b36a8b192131c.tar.gz | |
drand48.3: Minor rewording
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/drand48.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/drand48.3 b/man3/drand48.3 index ec2b9a2abe..eaa9f37ebf 100644 --- a/man3/drand48.3 +++ b/man3/drand48.3 @@ -255,7 +255,7 @@ The .BR seed48 (), and .BR lcong48 () -functions use a global state of the random number generator, +functions record global state information for the random number generator, so they are not thread-safe. .SH CONFORMING TO SVr4, POSIX.1-2001. |
