Hi,
The enclosed patch fixes a typo in read.2. It turns "with respect updating" into "with respect to updating" (that is, it adds "to" between "respect' and "updating".
Best regards.
Hugo
Signed-off-by: Hugo Gabriel Eyherabide (hugogabiel.eyherabide@xxxxxxxxx)
From 14a9159e96b060ea56ecd9ab8db70a10ae524656 Mon Sep 17 00:00:00 2001 From: Hugo Gabriel Eyherabide <hugogabriel.eyherabide@xxxxxxxxx> Date: Tue, 5 Mar 2024 07:14:06 +0200 Subject: [PATCH] [patch] read.2: tfix --- man2/read.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.41.0