linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] seccomp_unotify.2: tfix
@ 2021-07-08 13:32 Jakub Wilk
  2021-07-08 13:32 ` [PATCH 2/3] proc.5: tfix Jakub Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jakub Wilk @ 2021-07-08 13:32 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Remove duplicated word.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man2/seccomp_unotify.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/seccomp_unotify.2 b/man2/seccomp_unotify.2
index 2673d9bc7..13bd93ead 100644
--- a/man2/seccomp_unotify.2
+++ b/man2/seccomp_unotify.2
@@ -1085,7 +1085,7 @@ Alternatively, in the
 example, the supervisor might use
 .BR poll (2)
 to monitor both the notification file descriptor
-(so as as to discover when the target's
+(so as to discover when the target's
 .BR accept (2)
 call has been interrupted) and the listening file descriptor
 (so as to know when a connection is available).
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] proc.5: tfix
  2021-07-08 13:32 [PATCH 1/3] seccomp_unotify.2: tfix Jakub Wilk
@ 2021-07-08 13:32 ` Jakub Wilk
  2021-07-08 13:32 ` [PATCH 3/3] scripts/bash_aliases: tfix Jakub Wilk
  2021-07-10 18:42 ` [PATCH 1/3] seccomp_unotify.2: tfix Alejandro Colomar
  2 siblings, 0 replies; 4+ messages in thread
From: Jakub Wilk @ 2021-07-08 13:32 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

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

diff --git a/man5/proc.5 b/man5/proc.5
index 888535449..748f9ccb3 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -5606,7 +5606,7 @@ first.
 .IR  /proc/sys/vm/sysctl_hugetlb_shm_group " (since Linux 2.6.7)"
 This writable file contains a group ID that is allowed
 to allocate memory using huge pages.
-If a process has a filesystem group ID or any supplememtary group ID that
+If a process has a filesystem group ID or any supplementary group ID that
 matches this group ID,
 then it can make huge-page allocations without holding the
 .BR CAP_IPC_LOCK
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] scripts/bash_aliases: tfix
  2021-07-08 13:32 [PATCH 1/3] seccomp_unotify.2: tfix Jakub Wilk
  2021-07-08 13:32 ` [PATCH 2/3] proc.5: tfix Jakub Wilk
@ 2021-07-08 13:32 ` Jakub Wilk
  2021-07-10 18:42 ` [PATCH 1/3] seccomp_unotify.2: tfix Alejandro Colomar
  2 siblings, 0 replies; 4+ messages in thread
From: Jakub Wilk @ 2021-07-08 13:32 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 scripts/bash_aliases | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bash_aliases b/scripts/bash_aliases
index 102c458d7..ecac0029d 100644
--- a/scripts/bash_aliases
+++ b/scripts/bash_aliases
@@ -24,7 +24,7 @@ EX_USAGE=64;
 #	C
 
 #  sed_rm_ccomments()  removes C comments.
-# It can't handle multiple comments in a sinlge line correctly,
+# It can't handle multiple comments in a single line correctly,
 # nor mixed or embedded //... and /*...*/ comments.
 # Use as a filter (see man_lsfunc() in this file).
 
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/3] seccomp_unotify.2: tfix
  2021-07-08 13:32 [PATCH 1/3] seccomp_unotify.2: tfix Jakub Wilk
  2021-07-08 13:32 ` [PATCH 2/3] proc.5: tfix Jakub Wilk
  2021-07-08 13:32 ` [PATCH 3/3] scripts/bash_aliases: tfix Jakub Wilk
@ 2021-07-10 18:42 ` Alejandro Colomar
  2 siblings, 0 replies; 4+ messages in thread
From: Alejandro Colomar @ 2021-07-10 18:42 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: linux-man, Michael Kerrisk

Hi Jakub,

On 7/8/21 3:32 PM, Jakub Wilk wrote:
> Remove duplicated word.
> 
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

All 3 patches applied.

Thanks,

Alex

> ---
>  man2/seccomp_unotify.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/seccomp_unotify.2 b/man2/seccomp_unotify.2
> index 2673d9bc7..13bd93ead 100644
> --- a/man2/seccomp_unotify.2
> +++ b/man2/seccomp_unotify.2
> @@ -1085,7 +1085,7 @@ Alternatively, in the
>  example, the supervisor might use
>  .BR poll (2)
>  to monitor both the notification file descriptor
> -(so as as to discover when the target's
> +(so as to discover when the target's
>  .BR accept (2)
>  call has been interrupted) and the listening file descriptor
>  (so as to know when a connection is available).
> 

-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-10 18:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08 13:32 [PATCH 1/3] seccomp_unotify.2: tfix Jakub Wilk
2021-07-08 13:32 ` [PATCH 2/3] proc.5: tfix Jakub Wilk
2021-07-08 13:32 ` [PATCH 3/3] scripts/bash_aliases: tfix Jakub Wilk
2021-07-10 18:42 ` [PATCH 1/3] seccomp_unotify.2: tfix Alejandro Colomar

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