All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] a few trivial spelling/typo fixes
@ 2015-02-23 18:54 wfp5p-rupya+Y+cgAvmQRmTv5wTA
       [not found] ` <1424717657-9580-1-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: wfp5p-rupya+Y+cgAvmQRmTv5wTA @ 2015-02-23 18:54 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

From: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>

Here are a few trivial spelling fixes I ran across.  These patches are
against version 3.80


Bill Pemberton (4):
  cacheflush.2: spfix
  memfd_create.2: spfix
  ilogb.3: spfix
  rpc.3: tfix

 man2/cacheflush.2   | 2 +-
 man2/memfd_create.2 | 2 +-
 man3/ilogb.3        | 2 +-
 man3/rpc.3          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.1.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	[flat|nested] 10+ messages in thread

* [PATCH 1/4] cacheflush.2: spfix
       [not found] ` <1424717657-9580-1-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
@ 2015-02-23 18:54   ` wfp5p-rupya+Y+cgAvmQRmTv5wTA
       [not found]     ` <1424717657-9580-2-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
  2015-02-23 18:54   ` [PATCH 2/4] memfd_create.2: spfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
                     ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: wfp5p-rupya+Y+cgAvmQRmTv5wTA @ 2015-02-23 18:54 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

From: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>

Signed-off-by: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
---
 man2/cacheflush.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/cacheflush.2 b/man2/cacheflush.2
index a8196d4b1927..e38154ec9a82 100644
--- a/man2/cacheflush.2
+++ b/man2/cacheflush.2
@@ -82,7 +82,7 @@ standard.
 .SS Caveat
 .BR cacheflush ()
 should not be used in programs intended to be portable.
-On Linux, this call first appeared on the MIPS archititecture,
+On Linux, this call first appeared on the MIPS architecture,
 but nowadays, Linux provides a
 .BR cacheflush ()
 system call on some other architectures, but with different arguments.
-- 
2.1.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] 10+ messages in thread

* [PATCH 2/4] memfd_create.2: spfix
       [not found] ` <1424717657-9580-1-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
  2015-02-23 18:54   ` [PATCH 1/4] cacheflush.2: spfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
@ 2015-02-23 18:54   ` wfp5p-rupya+Y+cgAvmQRmTv5wTA
       [not found]     ` <1424717657-9580-3-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
  2015-02-23 18:54   ` [PATCH 3/4] ilogb.3: spfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
                     ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: wfp5p-rupya+Y+cgAvmQRmTv5wTA @ 2015-02-23 18:54 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

From: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>

Change "behaviour" to American spelling "behavior".

Signed-off-by: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
---
 man2/memfd_create.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/memfd_create.2 b/man2/memfd_create.2
index 06c86012a516..e661336103e5 100644
--- a/man2/memfd_create.2
+++ b/man2/memfd_create.2
@@ -69,7 +69,7 @@ and as such multiple files can have the same name without any side effects.
 
 The following values may be bitwise ORed in
 .IR flags
-to change the behaviour of
+to change the behavior of
 .BR memfd_create ():
 .TP
 .BR MFD_CLOEXEC
-- 
2.1.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] 10+ messages in thread

* [PATCH 3/4] ilogb.3: spfix
       [not found] ` <1424717657-9580-1-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
  2015-02-23 18:54   ` [PATCH 1/4] cacheflush.2: spfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
  2015-02-23 18:54   ` [PATCH 2/4] memfd_create.2: spfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
@ 2015-02-23 18:54   ` wfp5p-rupya+Y+cgAvmQRmTv5wTA
       [not found]     ` <1424717657-9580-4-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
  2015-02-23 18:54   ` [PATCH 4/4] rpc.3: tfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
  2015-02-26  5:55   ` [PATCH 0/4] a few trivial spelling/typo fixes Michael Kerrisk (man-pages)
  4 siblings, 1 reply; 10+ messages in thread
From: wfp5p-rupya+Y+cgAvmQRmTv5wTA @ 2015-02-23 18:54 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

From: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>

Signed-off-by: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
---
 man3/ilogb.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/ilogb.3 b/man3/ilogb.3
index 0e8b8d7ebeca..03e3ffe8178a 100644
--- a/man3/ilogb.3
+++ b/man3/ilogb.3
@@ -152,7 +152,7 @@ The domain error case where
 .I x
 is 0 or a NaN did not cause
 .I errno
-to be set or (on some achitectures) raise a floating-point exception.
+to be set or (on some architectures) raise a floating-point exception.
 .IP * 3
 The domain error case where
 .I x
-- 
2.1.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] 10+ messages in thread

* [PATCH 4/4] rpc.3: tfix
       [not found] ` <1424717657-9580-1-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
                     ` (2 preceding siblings ...)
  2015-02-23 18:54   ` [PATCH 3/4] ilogb.3: spfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
@ 2015-02-23 18:54   ` wfp5p-rupya+Y+cgAvmQRmTv5wTA
       [not found]     ` <1424717657-9580-5-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
  2015-02-26  5:55   ` [PATCH 0/4] a few trivial spelling/typo fixes Michael Kerrisk (man-pages)
  4 siblings, 1 reply; 10+ messages in thread
From: wfp5p-rupya+Y+cgAvmQRmTv5wTA @ 2015-02-23 18:54 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

From: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>

Signed-off-by: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
---
 man3/rpc.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/rpc.3 b/man3/rpc.3
index b89c71db1b6d..10fd669cc0fa 100644
--- a/man3/rpc.3
+++ b/man3/rpc.3
@@ -376,7 +376,7 @@ is to be used.
 Note: unlike
 .BR clnt_sperror ()
 and
-.BR clnt_spcreaterror (),
+.BR clnt_spcreateerror (),
 .BR clnt_sperrno ()
 returns pointer to static data, but the
 result will not get overwritten on each call.
-- 
2.1.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] 10+ messages in thread

* Re: [PATCH 1/4] cacheflush.2: spfix
       [not found]     ` <1424717657-9580-2-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
@ 2015-02-26  5:54       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-26  5:54 UTC (permalink / raw)
  To: wfp5p-rupya+Y+cgAvmQRmTv5wTA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 02/23/2015 07:54 PM, wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org wrote:
> From: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>

Thanks, Bill. Applied.

Cheers,

Michael


> Signed-off-by: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
> ---
>  man2/cacheflush.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/cacheflush.2 b/man2/cacheflush.2
> index a8196d4b1927..e38154ec9a82 100644
> --- a/man2/cacheflush.2
> +++ b/man2/cacheflush.2
> @@ -82,7 +82,7 @@ standard.
>  .SS Caveat
>  .BR cacheflush ()
>  should not be used in programs intended to be portable.
> -On Linux, this call first appeared on the MIPS archititecture,
> +On Linux, this call first appeared on the MIPS architecture,
>  but nowadays, Linux provides a
>  .BR cacheflush ()
>  system call on some other architectures, but with different arguments.
> 


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

* Re: [PATCH 2/4] memfd_create.2: spfix
       [not found]     ` <1424717657-9580-3-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
@ 2015-02-26  5:54       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-26  5:54 UTC (permalink / raw)
  To: wfp5p-rupya+Y+cgAvmQRmTv5wTA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 02/23/2015 07:54 PM, wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org wrote:
> From: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>


Thanks, Bill. Applied.

Cheers,

Michael


> Change "behaviour" to American spelling "behavior".
> 
> Signed-off-by: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
> ---
>  man2/memfd_create.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/memfd_create.2 b/man2/memfd_create.2
> index 06c86012a516..e661336103e5 100644
> --- a/man2/memfd_create.2
> +++ b/man2/memfd_create.2
> @@ -69,7 +69,7 @@ and as such multiple files can have the same name without any side effects.
>  
>  The following values may be bitwise ORed in
>  .IR flags
> -to change the behaviour of
> +to change the behavior of
>  .BR memfd_create ():
>  .TP
>  .BR MFD_CLOEXEC
> 


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

* Re: [PATCH 0/4] a few trivial spelling/typo fixes
       [not found] ` <1424717657-9580-1-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
                     ` (3 preceding siblings ...)
  2015-02-23 18:54   ` [PATCH 4/4] rpc.3: tfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
@ 2015-02-26  5:55   ` Michael Kerrisk (man-pages)
  4 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-26  5:55 UTC (permalink / raw)
  To: wfp5p-rupya+Y+cgAvmQRmTv5wTA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 02/23/2015 07:54 PM, wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org wrote:
> From: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
> 
> Here are a few trivial spelling fixes I ran across.  These patches are
> against version 3.80
> 
> 
> Bill Pemberton (4):
>   cacheflush.2: spfix
>   memfd_create.2: spfix
>   ilogb.3: spfix
>   rpc.3: tfix
> 
>  man2/cacheflush.2   | 2 +-
>  man2/memfd_create.2 | 2 +-
>  man3/ilogb.3        | 2 +-
>  man3/rpc.3          | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)

Bill, I only received the first two of these patches.

Thanks,

Michael



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

* Re: [PATCH 3/4] ilogb.3: spfix
       [not found]     ` <1424717657-9580-4-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
@ 2015-02-27  6:51       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-27  6:51 UTC (permalink / raw)
  To: wfp5p-rupya+Y+cgAvmQRmTv5wTA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 02/23/2015 07:54 PM, wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org wrote:
> From: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>

Thanks, Bill. Applied.

Cheers,

Michael


> Signed-off-by: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
> ---
>  man3/ilogb.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/ilogb.3 b/man3/ilogb.3
> index 0e8b8d7ebeca..03e3ffe8178a 100644
> --- a/man3/ilogb.3
> +++ b/man3/ilogb.3
> @@ -152,7 +152,7 @@ The domain error case where
>  .I x
>  is 0 or a NaN did not cause
>  .I errno
> -to be set or (on some achitectures) raise a floating-point exception.
> +to be set or (on some architectures) raise a floating-point exception.
>  .IP * 3
>  The domain error case where
>  .I x
> 


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

* Re: [PATCH 4/4] rpc.3: tfix
       [not found]     ` <1424717657-9580-5-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
@ 2015-02-27  6:51       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-27  6:51 UTC (permalink / raw)
  To: wfp5p-rupya+Y+cgAvmQRmTv5wTA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 02/23/2015 07:54 PM, wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org wrote:
> From: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>


Thanks, Bill. Applied.

Cheers,

Michael



> Signed-off-by: Bill Pemberton <wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
> ---
>  man3/rpc.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/rpc.3 b/man3/rpc.3
> index b89c71db1b6d..10fd669cc0fa 100644
> --- a/man3/rpc.3
> +++ b/man3/rpc.3
> @@ -376,7 +376,7 @@ is to be used.
>  Note: unlike
>  .BR clnt_sperror ()
>  and
> -.BR clnt_spcreaterror (),
> +.BR clnt_spcreateerror (),
>  .BR clnt_sperrno ()
>  returns pointer to static data, but the
>  result will not get overwritten on each 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] 10+ messages in thread

end of thread, other threads:[~2015-02-27  6:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-23 18:54 [PATCH 0/4] a few trivial spelling/typo fixes wfp5p-rupya+Y+cgAvmQRmTv5wTA
     [not found] ` <1424717657-9580-1-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
2015-02-23 18:54   ` [PATCH 1/4] cacheflush.2: spfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
     [not found]     ` <1424717657-9580-2-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
2015-02-26  5:54       ` Michael Kerrisk (man-pages)
2015-02-23 18:54   ` [PATCH 2/4] memfd_create.2: spfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
     [not found]     ` <1424717657-9580-3-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
2015-02-26  5:54       ` Michael Kerrisk (man-pages)
2015-02-23 18:54   ` [PATCH 3/4] ilogb.3: spfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
     [not found]     ` <1424717657-9580-4-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
2015-02-27  6:51       ` Michael Kerrisk (man-pages)
2015-02-23 18:54   ` [PATCH 4/4] rpc.3: tfix wfp5p-rupya+Y+cgAvmQRmTv5wTA
     [not found]     ` <1424717657-9580-5-git-send-email-wfp5p-rupya+Y+cgAvmQRmTv5wTA@public.gmane.org>
2015-02-27  6:51       ` Michael Kerrisk (man-pages)
2015-02-26  5:55   ` [PATCH 0/4] a few trivial spelling/typo fixes 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.