summaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorHugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com>2024-03-05 07:14:06 +0200
committerAlejandro Colomar <alx@kernel.org>2024-03-12 18:23:29 +0100
commitecae18eb35d624ba3133879dafe4355b452dc49a (patch)
tree21aea64f902ae917251435e266eb83e81c95f3ad /man2
parent6da06e35f62d5924f411a27745fc05af2eca4c95 (diff)
read.2: tfix
Signed-off-by: Hugo Gabriel Eyherabide <hugogabiel.eyherabide@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man2')
-rw-r--r--man2/read.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/read.2 b/man2/read.2
index 2b92597c8..c74f62a0b 100644
--- a/man2/read.2
+++ b/man2/read.2
@@ -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.