All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] Changes.old: tfix
@ 2017-01-03 23:36 Jakub Wilk
       [not found] ` <20170103233657.8875-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Jakub Wilk @ 2017-01-03 23:36 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/Changes.old b/Changes.old
index c3c634264..d7713ad32 100644
--- a/Changes.old
+++ b/Changes.old
@@ -43256,7 +43256,7 @@ Global changes
 --------------
 
 Various pages
-    Michael kerrisk
+    Michael Kerrisk
         Remove ancient libc4 and libc5 details
             It's nearly 20 years now since Linux libc went away.
             Remove some ancient details from the pages.
@@ -43638,7 +43638,7 @@ isalpha.3
 
 killpg.3
     Michael Kerrisk
-        Move killpg.2 from section to to section 3
+        Move killpg.2 from section to section 3
 
 mallopt.3
     Michael Kerrisk  [Siddhesh Poyarekar]
-- 
2.11.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] 16+ messages in thread

* [PATCH 2/8] getrlimit.2: tfix
       [not found] ` <20170103233657.8875-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-01-03 23:36   ` Jakub Wilk
       [not found]     ` <20170103233657.8875-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-01-03 23:36   ` [PATCH 3/8] keyctl.2: tfix Jakub Wilk
                     ` (6 subsequent siblings)
  7 siblings, 1 reply; 16+ messages in thread
From: Jakub Wilk @ 2017-01-03 23:36 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
index 2ee56ae24..dd99bb2f8 100644
--- a/man2/getrlimit.2
+++ b/man2/getrlimit.2
@@ -299,7 +299,7 @@ The actual ceiling for the nice value is calculated as
 The useful range for this limit is thus from 1
 (corresponding to a nice value of 19) to 40
 (corresponding to a nice value of -20).
-This unusual choice of range is was necessary
+This unusual choice of range was necessary
 because negative numbers cannot be specified
 as resource limit values, since they typically have special meanings.
 For example,
-- 
2.11.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] 16+ messages in thread

* [PATCH 3/8] keyctl.2: tfix
       [not found] ` <20170103233657.8875-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-01-03 23:36   ` [PATCH 2/8] getrlimit.2: tfix Jakub Wilk
@ 2017-01-03 23:36   ` Jakub Wilk
       [not found]     ` <20170103233657.8875-3-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-01-03 23:36   ` [PATCH 4/8] request_key.2: tfix Jakub Wilk
                     ` (5 subsequent siblings)
  7 siblings, 1 reply; 16+ messages in thread
From: Jakub Wilk @ 2017-01-03 23:36 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man2/keyctl.2 b/man2/keyctl.2
index e1efb1898..57d1a2133 100644
--- a/man2/keyctl.2
+++ b/man2/keyctl.2
@@ -816,7 +816,7 @@ The key must either grant the caller
 permission, or grant the caller
 .I search
 permission when searched for from the process keyrings
-(i.e, the key is possessed).
+(i.e., the key is possessed).
 
 The
 .I arg5
@@ -1166,7 +1166,7 @@ The keyring must exist and must grant the caller
 permission.
 The parent process must be single-threaded and have
 the same effective ownership as this process
-and must not be be set-user-ID or set-group-ID.
+and must not be set-user-ID or set-group-ID.
 The UID of the parent process's existing session keyring (f it has one),
 as well as the UID of the caller's session keyring
 much match the caller's effective UID.
-- 
2.11.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] 16+ messages in thread

* [PATCH 4/8] request_key.2: tfix
       [not found] ` <20170103233657.8875-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-01-03 23:36   ` [PATCH 2/8] getrlimit.2: tfix Jakub Wilk
  2017-01-03 23:36   ` [PATCH 3/8] keyctl.2: tfix Jakub Wilk
@ 2017-01-03 23:36   ` Jakub Wilk
       [not found]     ` <20170103233657.8875-4-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-01-03 23:36   ` [PATCH 5/8] aio_suspend.3: tfix Jakub Wilk
                     ` (4 subsequent siblings)
  7 siblings, 1 reply; 16+ messages in thread
From: Jakub Wilk @ 2017-01-03 23:36 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man2/request_key.2 b/man2/request_key.2
index c6cdddc6b..843fdb8ef 100644
--- a/man2/request_key.2
+++ b/man2/request_key.2
@@ -462,7 +462,7 @@ specifiers.
 
 Then we run the program and check the contents of
 .IR /proc/keys
-to verify that the requested kay has been instantiated:
+to verify that the requested key has been instantiated:
 
 .in +4n
 .nf
-- 
2.11.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] 16+ messages in thread

* [PATCH 5/8] aio_suspend.3: tfix
       [not found] ` <20170103233657.8875-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (2 preceding siblings ...)
  2017-01-03 23:36   ` [PATCH 4/8] request_key.2: tfix Jakub Wilk
@ 2017-01-03 23:36   ` Jakub Wilk
       [not found]     ` <20170103233657.8875-5-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-01-03 23:36   ` [PATCH 6/8] keyrings.7: tfix Jakub Wilk
                     ` (3 subsequent siblings)
  7 siblings, 1 reply; 16+ messages in thread
From: Jakub Wilk @ 2017-01-03 23:36 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3
index 788538801..69a99637c 100644
--- a/man3/aio_suspend.3
+++ b/man3/aio_suspend.3
@@ -143,7 +143,7 @@ The glibc implementation of
 .BR aio_suspend ()
 is not async-signal-safe,
 .\" FIXME . https://sourceware.org/bugzilla/show_bug.cgi?id=13172
-in violation of the requirements of POSSIX.1.
+in violation of the requirements of POSIX.1.
 .SH SEE ALSO
 .BR aio_cancel (3),
 .BR aio_error (3),
-- 
2.11.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] 16+ messages in thread

* [PATCH 6/8] keyrings.7: tfix
       [not found] ` <20170103233657.8875-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (3 preceding siblings ...)
  2017-01-03 23:36   ` [PATCH 5/8] aio_suspend.3: tfix Jakub Wilk
@ 2017-01-03 23:36   ` Jakub Wilk
       [not found]     ` <20170103233657.8875-6-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-01-03 23:36   ` [PATCH 7/8] mdoc.7: tfix Jakub Wilk
                     ` (2 subsequent siblings)
  7 siblings, 1 reply; 16+ messages in thread
From: Jakub Wilk @ 2017-01-03 23:36 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man7/keyrings.7 b/man7/keyrings.7
index 73302bc82..18d3ffc34 100644
--- a/man7/keyrings.7
+++ b/man7/keyrings.7
@@ -656,7 +656,7 @@ For most key types, it has the form
 
 The
 .I name
-subfield is the the key's description (name).
+subfield is the key's description (name).
 The optional
 .I extra\-info
 field provides some further information about the key.
-- 
2.11.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] 16+ messages in thread

* [PATCH 7/8] mdoc.7: tfix
       [not found] ` <20170103233657.8875-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (4 preceding siblings ...)
  2017-01-03 23:36   ` [PATCH 6/8] keyrings.7: tfix Jakub Wilk
@ 2017-01-03 23:36   ` Jakub Wilk
       [not found]     ` <20170103233657.8875-7-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-01-03 23:36   ` [PATCH 8/8] unix.7: tfix Jakub Wilk
  2017-01-04  2:23   ` [PATCH 1/8] Changes.old: tfix Michael Kerrisk (man-pages)
  7 siblings, 1 reply; 16+ messages in thread
From: Jakub Wilk @ 2017-01-03 23:36 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man7/mdoc.7 b/man7/mdoc.7
index 7b01d5959..d1433f00b 100644
--- a/man7/mdoc.7
+++ b/man7/mdoc.7
@@ -62,7 +62,7 @@ The macro names and their meanings are
 listed below for quick reference; for
 a detailed explanation on using the package, see
 .Xr groff_mdoc 7
-and the the tutorial sampler
+and the tutorial sampler
 .Xr mdoc.samples 7 .
 .Pp
 Note that this is not the usual macro package for Linux documentation,
-- 
2.11.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] 16+ messages in thread

* [PATCH 8/8] unix.7: tfix
       [not found] ` <20170103233657.8875-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (5 preceding siblings ...)
  2017-01-03 23:36   ` [PATCH 7/8] mdoc.7: tfix Jakub Wilk
@ 2017-01-03 23:36   ` Jakub Wilk
       [not found]     ` <20170103233657.8875-8-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2017-01-04  2:23   ` [PATCH 1/8] Changes.old: tfix Michael Kerrisk (man-pages)
  7 siblings, 1 reply; 16+ messages in thread
From: Jakub Wilk @ 2017-01-03 23:36 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man7/unix.7 b/man7/unix.7
index d04adb4f9..89dada0ba 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -538,7 +538,7 @@ Unknown socket type.
 .B ETOOMANYREFS
 This error can occur for
 .BR sendmsg (2)
-when sending a file descriptor as ancilary data over
+when sending a file descriptor as ancillary data over
 a UNIX domain socket (see the description of
 .BR SCM_RIGHTS ,
 above).
-- 
2.11.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] 16+ messages in thread

* Re: [PATCH 1/8] Changes.old: tfix
       [not found] ` <20170103233657.8875-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (6 preceding siblings ...)
  2017-01-03 23:36   ` [PATCH 8/8] unix.7: tfix Jakub Wilk
@ 2017-01-04  2:23   ` Michael Kerrisk (man-pages)
  7 siblings, 0 replies; 16+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-01-04  2:23 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 01/04/2017 12:36 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael


> ---
>  Changes.old | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Changes.old b/Changes.old
> index c3c634264..d7713ad32 100644
> --- a/Changes.old
> +++ b/Changes.old
> @@ -43256,7 +43256,7 @@ Global changes
>  --------------
>  
>  Various pages
> -    Michael kerrisk
> +    Michael Kerrisk
>          Remove ancient libc4 and libc5 details
>              It's nearly 20 years now since Linux libc went away.
>              Remove some ancient details from the pages.
> @@ -43638,7 +43638,7 @@ isalpha.3
>  
>  killpg.3
>      Michael Kerrisk
> -        Move killpg.2 from section to to section 3
> +        Move killpg.2 from section to section 3
>  
>  mallopt.3
>      Michael Kerrisk  [Siddhesh Poyarekar]
> 


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

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

On 01/04/2017 12:36 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael



> ---
>  man2/getrlimit.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
> index 2ee56ae24..dd99bb2f8 100644
> --- a/man2/getrlimit.2
> +++ b/man2/getrlimit.2
> @@ -299,7 +299,7 @@ The actual ceiling for the nice value is calculated as
>  The useful range for this limit is thus from 1
>  (corresponding to a nice value of 19) to 40
>  (corresponding to a nice value of -20).
> -This unusual choice of range is was necessary
> +This unusual choice of range was necessary
>  because negative numbers cannot be specified
>  as resource limit values, since they typically have special meanings.
>  For example,
> 


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

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

On 01/04/2017 12:36 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael



> ---
>  man2/keyctl.2 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man2/keyctl.2 b/man2/keyctl.2
> index e1efb1898..57d1a2133 100644
> --- a/man2/keyctl.2
> +++ b/man2/keyctl.2
> @@ -816,7 +816,7 @@ The key must either grant the caller
>  permission, or grant the caller
>  .I search
>  permission when searched for from the process keyrings
> -(i.e, the key is possessed).
> +(i.e., the key is possessed).
>  
>  The
>  .I arg5
> @@ -1166,7 +1166,7 @@ The keyring must exist and must grant the caller
>  permission.
>  The parent process must be single-threaded and have
>  the same effective ownership as this process
> -and must not be be set-user-ID or set-group-ID.
> +and must not be set-user-ID or set-group-ID.
>  The UID of the parent process's existing session keyring (f it has one),
>  as well as the UID of the caller's session keyring
>  much match the caller's effective UID.
> 


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

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

On 01/04/2017 12:36 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael


> ---
>  man2/request_key.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/request_key.2 b/man2/request_key.2
> index c6cdddc6b..843fdb8ef 100644
> --- a/man2/request_key.2
> +++ b/man2/request_key.2
> @@ -462,7 +462,7 @@ specifiers.
>  
>  Then we run the program and check the contents of
>  .IR /proc/keys
> -to verify that the requested kay has been instantiated:
> +to verify that the requested key has been instantiated:
>  
>  .in +4n
>  .nf
> 


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

* Re: [PATCH 5/8] aio_suspend.3: tfix
       [not found]     ` <20170103233657.8875-5-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-01-04  2:25       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-01-04  2:25 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 01/04/2017 12:36 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>


Thanks, Jakub. Applied.

Cheers,

Michael


> ---
>  man3/aio_suspend.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3
> index 788538801..69a99637c 100644
> --- a/man3/aio_suspend.3
> +++ b/man3/aio_suspend.3
> @@ -143,7 +143,7 @@ The glibc implementation of
>  .BR aio_suspend ()
>  is not async-signal-safe,
>  .\" FIXME . https://sourceware.org/bugzilla/show_bug.cgi?id=13172
> -in violation of the requirements of POSSIX.1.
> +in violation of the requirements of POSIX.1.
>  .SH SEE ALSO
>  .BR aio_cancel (3),
>  .BR aio_error (3),
> 


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

* Re: [PATCH 6/8] keyrings.7: tfix
       [not found]     ` <20170103233657.8875-6-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2017-01-04  2:25       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 16+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-01-04  2:25 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 01/04/2017 12:36 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>


Thanks, Jakub. Applied.

Cheers,

Michael


> ---
>  man7/keyrings.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/keyrings.7 b/man7/keyrings.7
> index 73302bc82..18d3ffc34 100644
> --- a/man7/keyrings.7
> +++ b/man7/keyrings.7
> @@ -656,7 +656,7 @@ For most key types, it has the form
>  
>  The
>  .I name
> -subfield is the the key's description (name).
> +subfield is the key's description (name).
>  The optional
>  .I extra\-info
>  field provides some further information about the key.
> 


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

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

On 01/04/2017 12:36 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>


Thanks, Jakub. Applied.

Cheers,

Michael


> ---
>  man7/mdoc.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/mdoc.7 b/man7/mdoc.7
> index 7b01d5959..d1433f00b 100644
> --- a/man7/mdoc.7
> +++ b/man7/mdoc.7
> @@ -62,7 +62,7 @@ The macro names and their meanings are
>  listed below for quick reference; for
>  a detailed explanation on using the package, see
>  .Xr groff_mdoc 7
> -and the the tutorial sampler
> +and the tutorial sampler
>  .Xr mdoc.samples 7 .
>  .Pp
>  Note that this is not the usual macro package for Linux documentation,
> 


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

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

On 01/04/2017 12:36 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub. Applied.

Cheers,

Michael

> ---
>  man7/unix.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/unix.7 b/man7/unix.7
> index d04adb4f9..89dada0ba 100644
> --- a/man7/unix.7
> +++ b/man7/unix.7
> @@ -538,7 +538,7 @@ Unknown socket type.
>  .B ETOOMANYREFS
>  This error can occur for
>  .BR sendmsg (2)
> -when sending a file descriptor as ancilary data over
> +when sending a file descriptor as ancillary data over
>  a UNIX domain socket (see the description of
>  .BR SCM_RIGHTS ,
>  above).
> 


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

end of thread, other threads:[~2017-01-04  2:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-03 23:36 [PATCH 1/8] Changes.old: tfix Jakub Wilk
     [not found] ` <20170103233657.8875-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-01-03 23:36   ` [PATCH 2/8] getrlimit.2: tfix Jakub Wilk
     [not found]     ` <20170103233657.8875-2-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-01-04  2:24       ` Michael Kerrisk (man-pages)
2017-01-03 23:36   ` [PATCH 3/8] keyctl.2: tfix Jakub Wilk
     [not found]     ` <20170103233657.8875-3-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-01-04  2:24       ` Michael Kerrisk (man-pages)
2017-01-03 23:36   ` [PATCH 4/8] request_key.2: tfix Jakub Wilk
     [not found]     ` <20170103233657.8875-4-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-01-04  2:25       ` Michael Kerrisk (man-pages)
2017-01-03 23:36   ` [PATCH 5/8] aio_suspend.3: tfix Jakub Wilk
     [not found]     ` <20170103233657.8875-5-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-01-04  2:25       ` Michael Kerrisk (man-pages)
2017-01-03 23:36   ` [PATCH 6/8] keyrings.7: tfix Jakub Wilk
     [not found]     ` <20170103233657.8875-6-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-01-04  2:25       ` Michael Kerrisk (man-pages)
2017-01-03 23:36   ` [PATCH 7/8] mdoc.7: tfix Jakub Wilk
     [not found]     ` <20170103233657.8875-7-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-01-04  2:27       ` Michael Kerrisk (man-pages)
2017-01-03 23:36   ` [PATCH 8/8] unix.7: tfix Jakub Wilk
     [not found]     ` <20170103233657.8875-8-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-01-04  2:27       ` Michael Kerrisk (man-pages)
2017-01-04  2:23   ` [PATCH 1/8] Changes.old: tfix 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.