linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] bpf.2: tfix
@ 2015-10-22 14:44 Jakub Wilk
       [not found] ` <1445525054-2880-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Jakub Wilk @ 2015-10-22 14:44 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man2/bpf.2 b/man2/bpf.2
index 385d44a..5d583c7 100644
--- a/man2/bpf.2
+++ b/man2/bpf.2
@@ -85,7 +85,7 @@ unloaded when the process exits.
 In some cases, for example,
 .BR tc-bpf (8),
 the program will continue to stay alive inside the kernel even after the
-the process that loaded the program exits.
+process that loaded the program exits.
 In that case,
 the tc subsystem holds a reference to the eBPF program after the
 file descriptor has been closed by the user-space program.
-- 
2.6.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] 9+ messages in thread

* [PATCH 2/4] tee.2: tfix
       [not found] ` <1445525054-2880-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2015-10-22 14:44   ` Jakub Wilk
       [not found]     ` <1445525054-2880-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2015-10-22 14:44   ` [PATCH 3/4] " Jakub Wilk
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Jakub Wilk @ 2015-10-22 14:44 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man2/sigaction.2 b/man2/sigaction.2
index 2a4400e..e764b2a 100644
--- a/man2/sigaction.2
+++ b/man2/sigaction.2
@@ -399,7 +399,7 @@ of the (configurable) system jiffy (see
 .\" measurement unit was HZ, which was the same as clock ticks
 .\" (sysconf(_SC_CLK_TCK)).  In 2.6, HZ became configurable, and
 .\" was *still* used as the unit to return the info these fields,
-.\" with the result that the field values depended on the the
+.\" with the result that the field values depended on the
 .\" configured HZ.  Of course, the should have been measured in
 .\" USER_HZ instead, so that sysconf(_SC_CLK_TCK) could be used to
 .\" convert to seconds.  I have a queued patch to fix this:
-- 
2.6.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] 9+ messages in thread

* [PATCH 3/4] tee.2: tfix
       [not found] ` <1445525054-2880-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2015-10-22 14:44   ` [PATCH 2/4] tee.2: tfix Jakub Wilk
@ 2015-10-22 14:44   ` Jakub Wilk
       [not found]     ` <1445525054-2880-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2015-10-22 14:44   ` [PATCH 4/4] Changes.old: tfix Jakub Wilk
  2015-12-02 16:11   ` [PATCH 1/4] bpf.2: tfix Michael Kerrisk (man-pages)
  3 siblings, 1 reply; 9+ messages in thread
From: Jakub Wilk @ 2015-10-22 14:44 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man2/tee.2 b/man2/tee.2
index 722d92c..6a8fbc9 100644
--- a/man2/tee.2
+++ b/man2/tee.2
@@ -55,7 +55,7 @@ therefore, that data can be copied by a subsequent
 .BR splice (2).
 
 .I flags
-is a a bit mask that is composed by ORing together
+is a bit mask that is composed by ORing together
 zero or more of the following values:
 .TP 1.9i
 .B SPLICE_F_MOVE
-- 
2.6.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] 9+ messages in thread

* [PATCH 4/4] Changes.old: tfix
       [not found] ` <1445525054-2880-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2015-10-22 14:44   ` [PATCH 2/4] tee.2: tfix Jakub Wilk
  2015-10-22 14:44   ` [PATCH 3/4] " Jakub Wilk
@ 2015-10-22 14:44   ` Jakub Wilk
       [not found]     ` <1445525054-2880-4-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2015-12-02 16:11   ` [PATCH 1/4] bpf.2: tfix Michael Kerrisk (man-pages)
  3 siblings, 1 reply; 9+ messages in thread
From: Jakub Wilk @ 2015-10-22 14:44 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 Changes.old | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Changes.old b/Changes.old
index 28761a2..16429ab 100644
--- a/Changes.old
+++ b/Changes.old
@@ -24576,7 +24576,7 @@ epoll_wait.2
                 (LONG_MAX - 999ULL) / HZ)
 
             That is, the limit depends on the size of a long and the timer
-            frequency.  Assuming the a long is never smaller than 32 bits
+            frequency.  Assuming the long is never smaller than 32 bits
             and HZ never larger than 1000, the worst case is 35 minutes.
             I think this should be mentioned under "BUGS".
 
@@ -29396,7 +29396,7 @@ recv.2
         Rework and reorganize the text in various parts of the page.
         Isolate details specific to recv() vs recvfrom() vs recvmsg()
             Place details specific to each system call under a
-            a separate subheading.
+            separate subheading.
         Rework discussion of 'src_addr' and 'addrlen' for recvfrom()
         Add description of 'buf' and 'len' in recvfrom() section
         'addrlen' should be 0 (*not* NULL) when 'src_addr' is NULL
@@ -38173,7 +38173,7 @@ stat.2
             Recent changes to various pages employ this distinction.
     Michael Kerrisk
         Tighten wording: use 'mode bit' rather than 'permission bit'
-            According to POSIX, the the 9 UGO*RWX bits are permissions, and
+            According to POSIX, the 9 UGO*RWX bits are permissions, and
             'mode' is used to refer to collectively to those bits plus sticky,
             set-UID, and set_GID bits.
 
-- 
2.6.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] 9+ messages in thread

* Re: [PATCH 2/4] tee.2: tfix
       [not found]     ` <1445525054-2880-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2015-10-23 11:38       ` Jakub Wilk
       [not found]         ` <20151023113853.GA4958-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Jakub Wilk @ 2015-10-23 11:38 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

* Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>, 2015-10-22, 16:44:
> man2/sigaction.2 | 2 +-

Oops, sorry for bad commit message. It should have been of course:

sigaction.2: tfix

-- 
Jakub Wilk
--
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] 9+ messages in thread

* Re: [PATCH 1/4] bpf.2: tfix
       [not found] ` <1445525054-2880-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (2 preceding siblings ...)
  2015-10-22 14:44   ` [PATCH 4/4] Changes.old: tfix Jakub Wilk
@ 2015-12-02 16:11   ` Michael Kerrisk (man-pages)
  3 siblings, 0 replies; 9+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-12-02 16:11 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks, Jakub. Applied.

Cheers,

Michael

On 10/22/2015 04:44 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
>  man2/bpf.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/bpf.2 b/man2/bpf.2
> index 385d44a..5d583c7 100644
> --- a/man2/bpf.2
> +++ b/man2/bpf.2
> @@ -85,7 +85,7 @@ unloaded when the process exits.
>  In some cases, for example,
>  .BR tc-bpf (8),
>  the program will continue to stay alive inside the kernel even after the
> -the process that loaded the program exits.
> +process that loaded the program exits.
>  In that case,
>  the tc subsystem holds a reference to the eBPF program after the
>  file descriptor has been closed by the user-space program.
> 


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

* Re: [PATCH 2/4] tee.2: tfix
       [not found]         ` <20151023113853.GA4958-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2015-12-02 16:12           ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-12-02 16:12 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks, Jakub. Commit message fixed and patch applied.

Cheers,

Michael

On 10/23/2015 01:38 PM, Jakub Wilk wrote:
> * Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>, 2015-10-22, 16:44:
>> man2/sigaction.2 | 2 +-
> 
> Oops, sorry for bad commit message. It should have been of course:
> 
> sigaction.2: tfix
> 


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

* Re: [PATCH 3/4] tee.2: tfix
       [not found]     ` <1445525054-2880-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2015-12-02 16:12       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-12-02 16:12 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks, Jakub. Applied.

Cheers,

Michael


On 10/22/2015 04:44 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
>  man2/tee.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/tee.2 b/man2/tee.2
> index 722d92c..6a8fbc9 100644
> --- a/man2/tee.2
> +++ b/man2/tee.2
> @@ -55,7 +55,7 @@ therefore, that data can be copied by a subsequent
>  .BR splice (2).
>  
>  .I flags
> -is a a bit mask that is composed by ORing together
> +is a bit mask that is composed by ORing together
>  zero or more of the following values:
>  .TP 1.9i
>  .B SPLICE_F_MOVE
> 


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

* Re: [PATCH 4/4] Changes.old: tfix
       [not found]     ` <1445525054-2880-4-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2015-12-02 16:13       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-12-02 16:13 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks, Jakub. Applied.

Cheers,

Michael


On 10/22/2015 04:44 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
>  Changes.old | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Changes.old b/Changes.old
> index 28761a2..16429ab 100644
> --- a/Changes.old
> +++ b/Changes.old
> @@ -24576,7 +24576,7 @@ epoll_wait.2
>                  (LONG_MAX - 999ULL) / HZ)
>  
>              That is, the limit depends on the size of a long and the timer
> -            frequency.  Assuming the a long is never smaller than 32 bits
> +            frequency.  Assuming the long is never smaller than 32 bits
>              and HZ never larger than 1000, the worst case is 35 minutes.
>              I think this should be mentioned under "BUGS".
>  
> @@ -29396,7 +29396,7 @@ recv.2
>          Rework and reorganize the text in various parts of the page.
>          Isolate details specific to recv() vs recvfrom() vs recvmsg()
>              Place details specific to each system call under a
> -            a separate subheading.
> +            separate subheading.
>          Rework discussion of 'src_addr' and 'addrlen' for recvfrom()
>          Add description of 'buf' and 'len' in recvfrom() section
>          'addrlen' should be 0 (*not* NULL) when 'src_addr' is NULL
> @@ -38173,7 +38173,7 @@ stat.2
>              Recent changes to various pages employ this distinction.
>      Michael Kerrisk
>          Tighten wording: use 'mode bit' rather than 'permission bit'
> -            According to POSIX, the the 9 UGO*RWX bits are permissions, and
> +            According to POSIX, the 9 UGO*RWX bits are permissions, and
>              'mode' is used to refer to collectively to those bits plus sticky,
>              set-UID, and set_GID bits.
>  
> 


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

end of thread, other threads:[~2015-12-02 16:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-22 14:44 [PATCH 1/4] bpf.2: tfix Jakub Wilk
     [not found] ` <1445525054-2880-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2015-10-22 14:44   ` [PATCH 2/4] tee.2: tfix Jakub Wilk
     [not found]     ` <1445525054-2880-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2015-10-23 11:38       ` Jakub Wilk
     [not found]         ` <20151023113853.GA4958-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2015-12-02 16:12           ` Michael Kerrisk (man-pages)
2015-10-22 14:44   ` [PATCH 3/4] " Jakub Wilk
     [not found]     ` <1445525054-2880-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2015-12-02 16:12       ` Michael Kerrisk (man-pages)
2015-10-22 14:44   ` [PATCH 4/4] Changes.old: tfix Jakub Wilk
     [not found]     ` <1445525054-2880-4-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2015-12-02 16:13       ` Michael Kerrisk (man-pages)
2015-12-02 16:11   ` [PATCH 1/4] bpf.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).