diff options
Diffstat (limited to 'lib/libc_r/man/pread.3')
-rw-r--r-- | lib/libc_r/man/pread.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pread.3 b/lib/libc_r/man/pread.3 index 3262800cf38..c4f151650ab 100644 --- a/lib/libc_r/man/pread.3 +++ b/lib/libc_r/man/pread.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pread.3,v 1.6 1999/07/07 10:50:05 aaron Exp $ +.\" $OpenBSD: pread.3,v 1.7 1999/07/09 13:35:25 aaron Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd September 7, 1998 .Dt PREAD 3 @@ -21,7 +21,7 @@ in the file opened on file descriptor .Fa filedes. .Pp This function is provided for use in a threaded, parallel I/O -environment, where race conditions may exist between two threads +environment, where race conditions may exist between two threads non-atomically seeking and reading from the same file descriptor. .Sh RETURN VALUES The |