linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] proc.5: tfix
@ 2016-05-11 19:16 Jakub Wilk
       [not found] ` <1462994188-7596-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Jakub Wilk @ 2016-05-11 19:16 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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 dadac32..f263817 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -1118,7 +1118,7 @@ root: the pathname of the directory in the filesystem
 which forms the root of this mount.
 .TP
 (5)
-mount point: ithe pathname of the mount point relative
+mount point: the pathname of the mount point relative
 to the process's root directory.
 .TP
 (6)
-- 
2.8.1

--
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] 8+ messages in thread

* Re: [PATCH 1/2] proc.5: tfix
       [not found] ` <1462994188-7596-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-05-18 20:37   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-05-18 20:37 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 05/11/2016 09:16 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub! Applied.

Cheers,

Michael


> ---
>  man5/proc.5 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man5/proc.5 b/man5/proc.5
> index dadac32..f263817 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -1118,7 +1118,7 @@ root: the pathname of the directory in the filesystem
>  which forms the root of this mount.
>  .TP
>  (5)
> -mount point: ithe pathname of the mount point relative
> +mount point: the pathname of the mount point relative
>  to the process's root directory.
>  .TP
>  (6)
> 


-- 
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] 8+ messages in thread

* [PATCH 1/2] proc.5: tfix
@ 2016-06-07  9:19 Jakub Wilk
       [not found] ` <1465291164-5486-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Jakub Wilk @ 2016-06-07  9:19 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man5/proc.5 b/man5/proc.5
index c84319b..2f8b51c 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -133,10 +133,10 @@ whether other users are running any program at all, and so on).
 Specifies the ID of a group whose members are authorized to
 learn process information otherwise prohibited by
 .BR hidepid
-(ie/e/, users in this group behave as though
+(i.e., users in this group behave as though
 .I /proc
 was mounted with
-.IR hidepid=0 .
+.IR hidepid=0 ).
 This group should be used instead of approaches such as putting
 nonroot users into the
 .BR sudoers (5)
-- 
2.8.1

--
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] 8+ messages in thread

* Re: [PATCH 1/2] proc.5: tfix
       [not found] ` <1465291164-5486-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-06-08  9:25   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-06-08  9:25 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 06/07/2016 11:19 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Applied. Thanks, Jakub.

Cheers,

Michael


> ---
>  man5/proc.5 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man5/proc.5 b/man5/proc.5
> index c84319b..2f8b51c 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -133,10 +133,10 @@ whether other users are running any program at all, and so on).
>  Specifies the ID of a group whose members are authorized to
>  learn process information otherwise prohibited by
>  .BR hidepid
> -(ie/e/, users in this group behave as though
> +(i.e., users in this group behave as though
>  .I /proc
>  was mounted with
> -.IR hidepid=0 .
> +.IR hidepid=0 ).
>  This group should be used instead of approaches such as putting
>  nonroot users into the
>  .BR sudoers (5)
> 


-- 
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] 8+ messages in thread

* [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; 8+ 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] 8+ 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; 8+ 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] 8+ 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; 8+ 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] 8+ 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; 8+ 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] 8+ messages in thread

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

Thread overview: 8+ 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)
  -- strict thread matches above, loose matches on Subject: below --
2016-06-07  9:19 Jakub Wilk
     [not found] ` <1465291164-5486-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-06-08  9:25   ` Michael Kerrisk (man-pages)
2016-05-11 19:16 Jakub Wilk
     [not found] ` <1462994188-7596-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-05-18 20:37   ` 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).