diff options
Diffstat (limited to 'upstream/archlinux/man2/read.2')
-rw-r--r-- | upstream/archlinux/man2/read.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upstream/archlinux/man2/read.2 b/upstream/archlinux/man2/read.2 index d70fa14a..1a8cee49 100644 --- a/upstream/archlinux/man2/read.2 +++ b/upstream/archlinux/man2/read.2 @@ -13,7 +13,7 @@ .\" Modified Sat Jul 12 20:45:39 1997 by Michael Haardt .\" <michael@cantor.informatik.rwth-aachen.de> .\" -.TH read 2 2023-10-31 "Linux man-pages 6.06" +.TH read 2 2024-05-02 "Linux man-pages 6.8" .SH NAME read \- read from a file descriptor .SH LIBRARY @@ -216,7 +216,7 @@ perform a (or .BR readv (2)) at the same time, then the I/O operations were not atomic -with respect updating the file offset, +with respect to updating the file offset, with the result that the reads in the two processes might (incorrectly) overlap in the blocks of data that they obtained. This problem was fixed in Linux 3.14. |