From 1f72eb7511efe63235d23b3142c3dbc51c5c613f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 2 Apr 2021 12:28:00 +0200 Subject: [PATCH] write.2: wfix Signed-off-by: Michael Kerrisk --- man2/write.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/write.2 b/man2/write.2 index e1d743152..b651a43d9 100644 --- a/man2/write.2 +++ b/man2/write.2 @@ -322,7 +322,7 @@ perform a (or .BR writev (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 blocks of data output by the two processes might (incorrectly) overlap. This problem was fixed in Linux 3.14.