All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] man2/read.2: tfix
@ 2024-03-05  5:23 Hugo Gabriel Eyherabide
  2024-03-05 20:51 ` Alejandro Colomar
  0 siblings, 1 reply; 2+ messages in thread
From: Hugo Gabriel Eyherabide @ 2024-03-05  5:23 UTC (permalink / raw)
  To: alx; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 265 bytes --]

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@gmail.com)

[-- Attachment #1.2: Type: text/html, Size: 479 bytes --]

[-- Attachment #2: 0001-patch-read.2-tfix.patch --]
[-- Type: text/x-patch, Size: 761 bytes --]

From 14a9159e96b060ea56ecd9ab8db70a10ae524656 Mon Sep 17 00:00:00 2001
From: Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com>
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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [patch] man2/read.2: tfix
  2024-03-05  5:23 [patch] man2/read.2: tfix Hugo Gabriel Eyherabide
@ 2024-03-05 20:51 ` Alejandro Colomar
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar @ 2024-03-05 20:51 UTC (permalink / raw)
  To: Hugo Gabriel Eyherabide; +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]

Hi Hugo,

On Tue, Mar 05, 2024 at 07:23:37AM +0200, Hugo Gabriel Eyherabide wrote:
> 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@gmail.com)

(this should be in the patch :)

Patch applied; thanks.

Have a lovely night!
Alex

> From 14a9159e96b060ea56ecd9ab8db70a10ae524656 Mon Sep 17 00:00:00 2001
> From: Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com>
> 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
> 


-- 
<https://www.alejandro-colomar.es/>
Looking for a remote C programming job at the moment.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-05 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05  5:23 [patch] man2/read.2: tfix Hugo Gabriel Eyherabide
2024-03-05 20:51 ` Alejandro Colomar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.