All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] open.2: wfix
@ 2014-08-01 17:47 Rahul Bedarkar
       [not found] ` <1406915246-8773-1-git-send-email-rahulbedarkar89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Rahul Bedarkar @ 2014-08-01 17:47 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Rahul Bedarkar

Signed-off-by: Rahul Bedarkar <rahulbedarkar89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 man2/open.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/open.2 b/man2/open.2
index c413d96..84cbf0c 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -1176,7 +1176,7 @@ Data integrity completion can reduce the number of disk operations
 that are required for applications that don't need the guarantees
 of file integrity completion.
 
-To understand the difference between the the two types of completion,
+To understand the difference between two types of completion,
 consider two pieces of file metadata:
 the file last modification timestamp
 .RI ( st_mtime )
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] open.2: wfix
       [not found] ` <1406915246-8773-1-git-send-email-rahulbedarkar89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2014-08-01 19:58   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-08-01 19:58 UTC (permalink / raw)
  To: Rahul Bedarkar
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 08/01/2014 07:47 PM, Rahul Bedarkar wrote:
> Signed-off-by: Rahul Bedarkar <rahulbedarkar89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  man2/open.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/open.2 b/man2/open.2
> index c413d96..84cbf0c 100644
> --- a/man2/open.2
> +++ b/man2/open.2
> @@ -1176,7 +1176,7 @@ Data integrity completion can reduce the number of disk operations
>  that are required for applications that don't need the guarantees
>  of file integrity completion.
>  
> -To understand the difference between the the two types of completion,
> +To understand the difference between two types of completion,
>  consider two pieces of file metadata:
>  the file last modification timestamp
>  .RI ( st_mtime )

Removing one "the" is good. Removing two is too many. I removed one.

Thanks,

Michael



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [patch] open.2: wfix
       [not found] ` <E1WheIv-0006U7-Ih-C7knxpdOu9iG/K1MMn+nwkOANFhmJ+9t9dF7HbQ/qKg@public.gmane.org>
@ 2014-05-06 12:42   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-05-06 12:42 UTC (permalink / raw)
  To: John Marshall, linux-man-u79uwXL29TY76Z2rM5mHXA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

Thanks, John. Applied.

Cheers,

Michael


On 05/06/2014 02:17 PM, John Marshall wrote:
> Signed-off-by: John Marshall <jm18-5fLPn3lgkryFxr2TtlUqVg@public.gmane.org>
> ---
>  man2/open.2 |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/open.2 b/man2/open.2
> index a9ff304..4a1344c 100644
> --- a/man2/open.2
> +++ b/man2/open.2
> @@ -748,7 +748,7 @@ except for the differences described here.
>  If the pathname given in
>  .I pathname
>  is relative, then it is interpreted relative to the directory
> -relative to by the file descriptor
> +referred to by the file descriptor
>  .I dirfd
>  (rather than relative to the current working directory of
>  the calling process, as is done by
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [patch] open.2: wfix
@ 2014-05-06 12:17 John Marshall
       [not found] ` <E1WheIv-0006U7-Ih-C7knxpdOu9iG/K1MMn+nwkOANFhmJ+9t9dF7HbQ/qKg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: John Marshall @ 2014-05-06 12:17 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: John Marshall <jm18-5fLPn3lgkryFxr2TtlUqVg@public.gmane.org>
---
 man2/open.2 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/open.2 b/man2/open.2
index a9ff304..4a1344c 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -748,7 +748,7 @@ except for the differences described here.
 If the pathname given in
 .I pathname
 is relative, then it is interpreted relative to the directory
-relative to by the file descriptor
+referred to by the file descriptor
 .I dirfd
 (rather than relative to the current working directory of
 the calling process, as is done by
-- 
1.7.9.5



-- 
 The Wellcome Trust Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE. 
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-08-01 19:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-01 17:47 [PATCH] open.2: wfix Rahul Bedarkar
     [not found] ` <1406915246-8773-1-git-send-email-rahulbedarkar89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-08-01 19:58   ` Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2014-05-06 12:17 [patch] " John Marshall
     [not found] ` <E1WheIv-0006U7-Ih-C7knxpdOu9iG/K1MMn+nwkOANFhmJ+9t9dF7HbQ/qKg@public.gmane.org>
2014-05-06 12:42   ` Michael Kerrisk (man-pages)

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.