* [PATCH 1/6] setpgid.2: tfix
@ 2015-03-15 1:12 Stéphane Aulery
[not found] ` <1426381982-10434-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
0 siblings, 1 reply; 13+ messages in thread
From: Stéphane Aulery @ 2015-03-15 1:12 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: Stéphane Aulery, linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
man2/setpgid.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/setpgid.2 b/man2/setpgid.2
index e0a9770..73fd908 100644
--- a/man2/setpgid.2
+++ b/man2/setpgid.2
@@ -159,7 +159,7 @@ call, which takes arguments
.I pid
and
.IR pgid ,
-is is a wrapper function that calls
+is a wrapper function that calls
setpgid(pid, pgid)
--
2.1.4
--
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] 13+ messages in thread
* [PATCH 2/6] stat.2: tfix
[not found] ` <1426381982-10434-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-15 1:12 ` Stéphane Aulery
[not found] ` <1426381982-10434-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-15 1:12 ` [PATCH 3/6] fanotify.7: tfix Stéphane Aulery
` (4 subsequent siblings)
5 siblings, 1 reply; 13+ messages in thread
From: Stéphane Aulery @ 2015-03-15 1:12 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: Stéphane Aulery, linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
man2/stat.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/stat.2 b/man2/stat.2
index 16c7548..94f74ce 100644
--- a/man2/stat.2
+++ b/man2/stat.2
@@ -172,7 +172,7 @@ across architectures.
In addition,
the definition above does not show the padding bytes
that may be present between some fields on various architectures.
-Consult the the glibc and kernel source code
+Consult the glibc and kernel source code
if you need to know the details.
The
--
2.1.4
--
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] 13+ messages in thread
* [PATCH 3/6] fanotify.7: tfix
[not found] ` <1426381982-10434-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-15 1:12 ` [PATCH 2/6] stat.2: tfix Stéphane Aulery
@ 2015-03-15 1:12 ` Stéphane Aulery
[not found] ` <1426381982-10434-3-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-15 1:13 ` [PATCH 4/6] inotify.7: tfix Stéphane Aulery
` (3 subsequent siblings)
5 siblings, 1 reply; 13+ messages in thread
From: Stéphane Aulery @ 2015-03-15 1:12 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: Stéphane Aulery, linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
man7/fanotify.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man7/fanotify.7 b/man7/fanotify.7
index e867b78..83d83c0 100644
--- a/man7/fanotify.7
+++ b/man7/fanotify.7
@@ -321,7 +321,7 @@ The macro returns a pointer to the next metadata structure that follows
.IR meta ,
and reduces
.I len
-by the number of bytes in the the metadata structure that
+by the number of bytes in the metadata structure that
has been skipped over (i.e., it subtracts
.IR meta\->event_len
from
--
2.1.4
--
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] 13+ messages in thread
* [PATCH 4/6] inotify.7: tfix
[not found] ` <1426381982-10434-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-15 1:12 ` [PATCH 2/6] stat.2: tfix Stéphane Aulery
2015-03-15 1:12 ` [PATCH 3/6] fanotify.7: tfix Stéphane Aulery
@ 2015-03-15 1:13 ` Stéphane Aulery
[not found] ` <1426381982-10434-4-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-15 1:13 ` [PATCH 5/6] vfork.2: tfix Stéphane Aulery
` (2 subsequent siblings)
5 siblings, 1 reply; 13+ messages in thread
From: Stéphane Aulery @ 2015-03-15 1:13 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: Stéphane Aulery, linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
man7/inotify.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man7/inotify.7 b/man7/inotify.7
index 1f433b6..3742bb8 100644
--- a/man7/inotify.7
+++ b/man7/inotify.7
@@ -84,7 +84,7 @@ the state of a set of filesystem objects.
However, robust applications should allow for the fact that bugs
in the monitoring logic or races of the kind described below
may leave the cache inconsistent with the filesystem state.
-It is probably wise to to do some consistency checking,
+It is probably wise to do some consistency checking,
and rebuild the cache when inconsistencies are detected.
.SS Reading events from an inotify file descriptor
To determine what events have occurred, an application
--
2.1.4
--
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] 13+ messages in thread
* [PATCH 5/6] vfork.2: tfix
[not found] ` <1426381982-10434-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
` (2 preceding siblings ...)
2015-03-15 1:13 ` [PATCH 4/6] inotify.7: tfix Stéphane Aulery
@ 2015-03-15 1:13 ` Stéphane Aulery
[not found] ` <1426381982-10434-5-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-15 1:13 ` [PATCH 6/6] attributes.7: tfix Stéphane Aulery
2015-03-22 15:40 ` [PATCH 1/6] setpgid.2: tfix Michael Kerrisk (man-pages)
5 siblings, 1 reply; 13+ messages in thread
From: Stéphane Aulery @ 2015-03-15 1:13 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: Stéphane Aulery, linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
man2/vfork.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/vfork.2 b/man2/vfork.2
index 0354456..0f90b2a 100644
--- a/man2/vfork.2
+++ b/man2/vfork.2
@@ -203,7 +203,7 @@ can't be implemented on such systems.
.BR vfork ()
from the standard; the POSIX rationale for the
.BR posix_spawn (3)
-function notes that that function,
+function notes that function,
which provides functionality equivalent to
.BR fork (2)+ exec (3),
is designed to be implementable on systems that lack an MMU.)
--
2.1.4
--
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] 13+ messages in thread
* [PATCH 6/6] attributes.7: tfix
[not found] ` <1426381982-10434-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
` (3 preceding siblings ...)
2015-03-15 1:13 ` [PATCH 5/6] vfork.2: tfix Stéphane Aulery
@ 2015-03-15 1:13 ` Stéphane Aulery
[not found] ` <1426381982-10434-6-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-22 15:40 ` [PATCH 1/6] setpgid.2: tfix Michael Kerrisk (man-pages)
5 siblings, 1 reply; 13+ messages in thread
From: Stéphane Aulery @ 2015-03-15 1:13 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: Stéphane Aulery, linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
man7/attributes.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man7/attributes.7 b/man7/attributes.7
index 9f9e0a1..3d91b7b 100644
--- a/man7/attributes.7
+++ b/man7/attributes.7
@@ -858,7 +858,7 @@ context.
.I /condition
Some safety annotations may be conditional,
in that they only apply if a boolean expression involving arguments,
-global variables or even the underlying kernel evaluates evaluates to true.
+global variables or even the underlying kernel evaluates to true.
.\" Such conditions as
.\" .I /hurd
.\" or
--
2.1.4
--
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] 13+ messages in thread
* Re: [PATCH 1/6] setpgid.2: tfix
[not found] ` <1426381982-10434-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
` (4 preceding siblings ...)
2015-03-15 1:13 ` [PATCH 6/6] attributes.7: tfix Stéphane Aulery
@ 2015-03-22 15:40 ` Michael Kerrisk (man-pages)
5 siblings, 0 replies; 13+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-22 15:40 UTC (permalink / raw)
To: Stéphane Aulery
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 03/15/2015 02:12 AM, Stéphane Aulery wrote:
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
Thanks, Stéphane. Applied.
Cheers,
Michael
> ---
> man2/setpgid.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/setpgid.2 b/man2/setpgid.2
> index e0a9770..73fd908 100644
> --- a/man2/setpgid.2
> +++ b/man2/setpgid.2
> @@ -159,7 +159,7 @@ call, which takes arguments
> .I pid
> and
> .IR pgid ,
> -is is a wrapper function that calls
> +is a wrapper function that calls
>
> setpgid(pid, pgid)
>
>
--
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] 13+ messages in thread
* Re: [PATCH 2/6] stat.2: tfix
[not found] ` <1426381982-10434-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-22 15:41 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 13+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-22 15:41 UTC (permalink / raw)
To: Stéphane Aulery
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 03/15/2015 02:12 AM, Stéphane Aulery wrote:
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
Thanks, Stéphane. Applied.
Cheers,
Michael
> ---
> man2/stat.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/stat.2 b/man2/stat.2
> index 16c7548..94f74ce 100644
> --- a/man2/stat.2
> +++ b/man2/stat.2
> @@ -172,7 +172,7 @@ across architectures.
> In addition,
> the definition above does not show the padding bytes
> that may be present between some fields on various architectures.
> -Consult the the glibc and kernel source code
> +Consult the glibc and kernel source code
> if you need to know the details.
>
> The
>
--
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] 13+ messages in thread
* Re: [PATCH 3/6] fanotify.7: tfix
[not found] ` <1426381982-10434-3-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-22 15:41 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 13+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-22 15:41 UTC (permalink / raw)
To: Stéphane Aulery
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 03/15/2015 02:12 AM, Stéphane Aulery wrote:
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
Thanks, Stéphane. Applied.
Cheers,
Michael
> ---
> man7/fanotify.7 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man7/fanotify.7 b/man7/fanotify.7
> index e867b78..83d83c0 100644
> --- a/man7/fanotify.7
> +++ b/man7/fanotify.7
> @@ -321,7 +321,7 @@ The macro returns a pointer to the next metadata structure that follows
> .IR meta ,
> and reduces
> .I len
> -by the number of bytes in the the metadata structure that
> +by the number of bytes in the metadata structure that
> has been skipped over (i.e., it subtracts
> .IR meta\->event_len
> from
>
--
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] 13+ messages in thread
* Re: [PATCH 4/6] inotify.7: tfix
[not found] ` <1426381982-10434-4-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-22 15:41 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 13+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-22 15:41 UTC (permalink / raw)
To: Stéphane Aulery
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 03/15/2015 02:13 AM, Stéphane Aulery wrote:
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
Thanks, Stéphane. Applied.
Cheers,
Michael
> ---
> man7/inotify.7 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man7/inotify.7 b/man7/inotify.7
> index 1f433b6..3742bb8 100644
> --- a/man7/inotify.7
> +++ b/man7/inotify.7
> @@ -84,7 +84,7 @@ the state of a set of filesystem objects.
> However, robust applications should allow for the fact that bugs
> in the monitoring logic or races of the kind described below
> may leave the cache inconsistent with the filesystem state.
> -It is probably wise to to do some consistency checking,
> +It is probably wise to do some consistency checking,
> and rebuild the cache when inconsistencies are detected.
> .SS Reading events from an inotify file descriptor
> To determine what events have occurred, an application
>
--
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] 13+ messages in thread
* Re: [PATCH 5/6] vfork.2: tfix
[not found] ` <1426381982-10434-5-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-22 15:42 ` Michael Kerrisk (man-pages)
[not found] ` <550EE2F0.6050908-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 13+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-22 15:42 UTC (permalink / raw)
To: Stéphane Aulery
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 03/15/2015 02:13 AM, Stéphane Aulery wrote:
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> ---
> man2/vfork.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/vfork.2 b/man2/vfork.2
> index 0354456..0f90b2a 100644
> --- a/man2/vfork.2
> +++ b/man2/vfork.2
> @@ -203,7 +203,7 @@ can't be implemented on such systems.
> .BR vfork ()
> from the standard; the POSIX rationale for the
> .BR posix_spawn (3)
> -function notes that that function,
> +function notes that function,
Actually, this is correct English. The "that"s are different.
Cheers,
Michael
> which provides functionality equivalent to
> .BR fork (2)+ exec (3),
> is designed to be implementable on systems that lack an MMU.)
>
--
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] 13+ messages in thread
* Re: [PATCH 6/6] attributes.7: tfix
[not found] ` <1426381982-10434-6-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-22 15:42 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 13+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-22 15:42 UTC (permalink / raw)
To: Stéphane Aulery
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 03/15/2015 02:13 AM, Stéphane Aulery wrote:
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
Thanks, Stéphane. Applied.
Cheers,
Michael
> ---
> man7/attributes.7 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man7/attributes.7 b/man7/attributes.7
> index 9f9e0a1..3d91b7b 100644
> --- a/man7/attributes.7
> +++ b/man7/attributes.7
> @@ -858,7 +858,7 @@ context.
> .I /condition
> Some safety annotations may be conditional,
> in that they only apply if a boolean expression involving arguments,
> -global variables or even the underlying kernel evaluates evaluates to true.
> +global variables or even the underlying kernel evaluates to true.
> .\" Such conditions as
> .\" .I /hurd
> .\" or
>
--
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] 13+ messages in thread
* Re: [PATCH 5/6] vfork.2: tfix
[not found] ` <550EE2F0.6050908-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-03-22 18:16 ` Stéphane Aulery
0 siblings, 0 replies; 13+ messages in thread
From: Stéphane Aulery @ 2015-03-22 18:16 UTC (permalink / raw)
To: Michael Kerrisk (man-pages); +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Le dimanche 22 mars 2015 à 04:42:40, Michael Kerrisk (man-pages) a écrit :
> On 03/15/2015 02:13 AM, Stéphane Aulery wrote:
> > Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> > ---
> > man2/vfork.2 | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/man2/vfork.2 b/man2/vfork.2
> > index 0354456..0f90b2a 100644
> > --- a/man2/vfork.2
> > +++ b/man2/vfork.2
> > @@ -203,7 +203,7 @@ can't be implemented on such systems.
> > .BR vfork ()
> > from the standard; the POSIX rationale for the
> > .BR posix_spawn (3)
> > -function notes that that function,
> > +function notes that function,
>
> Actually, this is correct English. The "that"s are different.
It's odd. Each language has its peculiarities.
--
Stéphane Aulery
--
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] 13+ messages in thread
end of thread, other threads:[~2015-03-22 18:16 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-15 1:12 [PATCH 1/6] setpgid.2: tfix Stéphane Aulery
[not found] ` <1426381982-10434-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-15 1:12 ` [PATCH 2/6] stat.2: tfix Stéphane Aulery
[not found] ` <1426381982-10434-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-22 15:41 ` Michael Kerrisk (man-pages)
2015-03-15 1:12 ` [PATCH 3/6] fanotify.7: tfix Stéphane Aulery
[not found] ` <1426381982-10434-3-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-22 15:41 ` Michael Kerrisk (man-pages)
2015-03-15 1:13 ` [PATCH 4/6] inotify.7: tfix Stéphane Aulery
[not found] ` <1426381982-10434-4-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-22 15:41 ` Michael Kerrisk (man-pages)
2015-03-15 1:13 ` [PATCH 5/6] vfork.2: tfix Stéphane Aulery
[not found] ` <1426381982-10434-5-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-22 15:42 ` Michael Kerrisk (man-pages)
[not found] ` <550EE2F0.6050908-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-03-22 18:16 ` Stéphane Aulery
2015-03-15 1:13 ` [PATCH 6/6] attributes.7: tfix Stéphane Aulery
[not found] ` <1426381982-10434-6-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-22 15:42 ` Michael Kerrisk (man-pages)
2015-03-22 15:40 ` [PATCH 1/6] setpgid.2: tfix Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).