linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] proc.5: tfix
@ 2017-11-20 22:44 Jakub Wilk
       [not found] ` <20171120224409.5568-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Jakub Wilk @ 2017-11-20 22:44 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Remove duplicated word.

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man5/proc.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man5/proc.5 b/man5/proc.5
index ab8d915cb..2de23b77b 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -3177,7 +3177,7 @@ namespace (see
 for which the
 .I /proc
 filesystem was mounted.
-(In the the initial PID namespace,
+(In the initial PID namespace,
 there is no filtering of the records shown in this file.)
 .IP
 The
-- 
2.15.0

--
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

* [PATCH 2/2] io_submit.2: tfix
       [not found] ` <20171120224409.5568-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-11-20 22:44   ` Jakub Wilk
       [not found]     ` <20171120224409.5568-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-11-21  8:29   ` [PATCH 1/2] proc.5: tfix Michael Kerrisk (man-pages)
  1 sibling, 1 reply; 4+ messages in thread
From: Jakub Wilk @ 2017-11-20 22:44 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man2/io_submit.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/io_submit.2 b/man2/io_submit.2
index 25c152d46..397fd0b75 100644
--- a/man2/io_submit.2
+++ b/man2/io_submit.2
@@ -59,13 +59,13 @@ struct iocb {
 The fields of this structure are as follows:
 .TP
 .I aio_data
-This is a internal field used by the kernel.
+This is an internal field used by the kernel.
 Do not modify this field after an
 .BR io_submit (2)
 call.
 .TP
 .I aio_key
-This is a internal field used by the kernel.
+This is an internal field used by the kernel.
 Do not modify this field after an
 .BR io_submit (2)
 call.
-- 
2.15.0

--
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 1/2] proc.5: tfix
       [not found] ` <20171120224409.5568-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-11-20 22:44   ` [PATCH 2/2] io_submit.2: tfix Jakub Wilk
@ 2017-11-21  8:29   ` Michael Kerrisk (man-pages)
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-11-21  8:29 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 11/20/2017 11:44 PM, Jakub Wilk wrote:
> Remove duplicated word.

Thanks, Jakub. Patch applied.

Cheers,

Michael

> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
>  man5/proc.5 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man5/proc.5 b/man5/proc.5
> index ab8d915cb..2de23b77b 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -3177,7 +3177,7 @@ namespace (see
>  for which the
>  .I /proc
>  filesystem was mounted.
> -(In the the initial PID namespace,
> +(In the initial PID namespace,
>  there is no filtering of the records shown in this file.)
>  .IP
>  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] 4+ messages in thread

* Re: [PATCH 2/2] io_submit.2: tfix
       [not found]     ` <20171120224409.5568-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-11-21  8:30       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-11-21  8:30 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 11/20/2017 11:44 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Patch applied.

Cheers,

Michael

> ---
>  man2/io_submit.2 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man2/io_submit.2 b/man2/io_submit.2
> index 25c152d46..397fd0b75 100644
> --- a/man2/io_submit.2
> +++ b/man2/io_submit.2
> @@ -59,13 +59,13 @@ struct iocb {
>  The fields of this structure are as follows:
>  .TP
>  .I aio_data
> -This is a internal field used by the kernel.
> +This is an internal field used by the kernel.
>  Do not modify this field after an
>  .BR io_submit (2)
>  call.
>  .TP
>  .I aio_key
> -This is a internal field used by the kernel.
> +This is an internal field used by the kernel.
>  Do not modify this field after an
>  .BR io_submit (2)
>  call.
> 


-- 
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

end of thread, other threads:[~2017-11-21  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20 22:44 [PATCH 1/2] proc.5: tfix Jakub Wilk
     [not found] ` <20171120224409.5568-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-11-20 22:44   ` [PATCH 2/2] io_submit.2: tfix Jakub Wilk
     [not found]     ` <20171120224409.5568-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-11-21  8:30       ` Michael Kerrisk (man-pages)
2017-11-21  8:29   ` [PATCH 1/2] proc.5: 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).