* [PATCH 1/5] pthread_key_create.3: tfix
@ 2023-11-22 21:08 Jakub Wilk
2023-11-22 21:08 ` [PATCH 2/5] proc_crypto.5: spfix Jakub Wilk
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Jakub Wilk @ 2023-11-22 21:08 UTC (permalink / raw)
To: Michael Kerrisk, Alejandro Colomar; +Cc: linux-man
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
man3/pthread_key_create.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man3/pthread_key_create.3 b/man3/pthread_key_create.3
index a1384e4c2..ea89501a0 100644
--- a/man3/pthread_key_create.3
+++ b/man3/pthread_key_create.3
@@ -136,7 +136,7 @@ pthread_create(3), pthread_exit(3), pthread_testcancel(3).
.SH EXAMPLE
The following code fragment
allocates a thread-specific array of 100 characters,
-with automatic reclaimation at thread exit:
+with automatic reclamation at thread exit:
.P
.RS
.ft 3
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/5] proc_crypto.5: spfix
2023-11-22 21:08 [PATCH 1/5] pthread_key_create.3: tfix Jakub Wilk
@ 2023-11-22 21:08 ` Jakub Wilk
2023-11-22 21:08 ` [PATCH 3/5] proc_pid_mountinfo.5: spfix Jakub Wilk
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Jakub Wilk @ 2023-11-22 21:08 UTC (permalink / raw)
To: Michael Kerrisk, Alejandro Colomar; +Cc: linux-man
"Cypher" is a valid but less common spelling of "cipher".
The latter is used everywhere else, so let's use it here too.
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
man5/proc_crypto.5 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man5/proc_crypto.5 b/man5/proc_crypto.5
index a67410904..bca620301 100644
--- a/man5/proc_crypto.5
+++ b/man5/proc_crypto.5
@@ -6,7 +6,7 @@
.\"
.TH proc_crypto 5 (date) "Linux man-pages (unreleased)"
.SH NAME
-/proc/crypto \- cyphers provided by kernel crypto API
+/proc/crypto \- ciphers provided by kernel crypto API
.SH DESCRIPTION
.TP
.I /proc/crypto
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/5] proc_pid_mountinfo.5: spfix
2023-11-22 21:08 [PATCH 1/5] pthread_key_create.3: tfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 2/5] proc_crypto.5: spfix Jakub Wilk
@ 2023-11-22 21:08 ` Jakub Wilk
2023-11-22 21:08 ` [PATCH 4/5] proc_pid_oom_score_adj.5: tfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 5/5] proc_sys_user.5: tfix Jakub Wilk
3 siblings, 0 replies; 6+ messages in thread
From: Jakub Wilk @ 2023-11-22 21:08 UTC (permalink / raw)
To: Michael Kerrisk, Alejandro Colomar; +Cc: linux-man
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
man5/proc_pid_mountinfo.5 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man5/proc_pid_mountinfo.5 b/man5/proc_pid_mountinfo.5
index 85ee92368..678063617 100644
--- a/man5/proc_pid_mountinfo.5
+++ b/man5/proc_pid_mountinfo.5
@@ -6,7 +6,7 @@
.\"
.TH proc_pid_mountinfo 5 (date) "Linux man-pages (unreleased)"
.SH NAME
-/proc/pid/mountinfo \- mounts informations
+/proc/pid/mountinfo \- mount information
.SH DESCRIPTION
.TP
.IR /proc/ pid /mountinfo " (since Linux 2.6.26)"
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 4/5] proc_pid_oom_score_adj.5: tfix
2023-11-22 21:08 [PATCH 1/5] pthread_key_create.3: tfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 2/5] proc_crypto.5: spfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 3/5] proc_pid_mountinfo.5: spfix Jakub Wilk
@ 2023-11-22 21:08 ` Jakub Wilk
2023-11-22 21:08 ` [PATCH 5/5] proc_sys_user.5: tfix Jakub Wilk
3 siblings, 0 replies; 6+ messages in thread
From: Jakub Wilk @ 2023-11-22 21:08 UTC (permalink / raw)
To: Michael Kerrisk, Alejandro Colomar; +Cc: linux-man
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
man5/proc_pid_oom_score_adj.5 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man5/proc_pid_oom_score_adj.5 b/man5/proc_pid_oom_score_adj.5
index 0d7b2b740..968bc5da1 100644
--- a/man5/proc_pid_oom_score_adj.5
+++ b/man5/proc_pid_oom_score_adj.5
@@ -6,7 +6,7 @@
.\"
.TH proc_pid_oom_score_adj 5 (date) "Linux man-pages (unreleased)"
.SH NAME
-/proc/pid/oom_score_adj \- OOM-killer score adjestment
+/proc/pid/oom_score_adj \- OOM-killer score adjustment
.SH DESCRIPTION
.TP
.IR /proc/ pid /oom_score_adj " (since Linux 2.6.36)"
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 5/5] proc_sys_user.5: tfix
2023-11-22 21:08 [PATCH 1/5] pthread_key_create.3: tfix Jakub Wilk
` (2 preceding siblings ...)
2023-11-22 21:08 ` [PATCH 4/5] proc_pid_oom_score_adj.5: tfix Jakub Wilk
@ 2023-11-22 21:08 ` Jakub Wilk
2023-11-22 21:55 ` Alejandro Colomar
3 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2023-11-22 21:08 UTC (permalink / raw)
To: Michael Kerrisk, Alejandro Colomar; +Cc: linux-man
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
man5/proc_sys_user.5 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man5/proc_sys_user.5 b/man5/proc_sys_user.5
index cd0ef1be3..1566e7630 100644
--- a/man5/proc_sys_user.5
+++ b/man5/proc_sys_user.5
@@ -7,7 +7,7 @@
.\"
.TH proc_sys_user 5 (date) "Linux man-pages (unreleased)"
.SH NAME
-/proc/sys/user/ \- limits on the number of namespaces of varius types
+/proc/sys/user/ \- limits on the number of namespaces of various types
.SH DESCRIPTION
.TP
.IR /proc/sys/user/ " (since Linux 4.9)"
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 5/5] proc_sys_user.5: tfix
2023-11-22 21:08 ` [PATCH 5/5] proc_sys_user.5: tfix Jakub Wilk
@ 2023-11-22 21:55 ` Alejandro Colomar
0 siblings, 0 replies; 6+ messages in thread
From: Alejandro Colomar @ 2023-11-22 21:55 UTC (permalink / raw)
To: Jakub Wilk; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 933 bytes --]
Hi Jakub,
On Wed, Nov 22, 2023 at 10:08:26PM +0100, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
I've applied all 5 patches of the set.
Thanks!
Alex
P.S.: I'm deprecating my gmail address. Please use <alx@kernel.org>.
You can check <./CONTRIBUTING>.
> ---
> man5/proc_sys_user.5 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man5/proc_sys_user.5 b/man5/proc_sys_user.5
> index cd0ef1be3..1566e7630 100644
> --- a/man5/proc_sys_user.5
> +++ b/man5/proc_sys_user.5
> @@ -7,7 +7,7 @@
> .\"
> .TH proc_sys_user 5 (date) "Linux man-pages (unreleased)"
> .SH NAME
> -/proc/sys/user/ \- limits on the number of namespaces of varius types
> +/proc/sys/user/ \- limits on the number of namespaces of various types
> .SH DESCRIPTION
> .TP
> .IR /proc/sys/user/ " (since Linux 4.9)"
> --
> 2.39.2
>
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-11-22 21:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 21:08 [PATCH 1/5] pthread_key_create.3: tfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 2/5] proc_crypto.5: spfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 3/5] proc_pid_mountinfo.5: spfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 4/5] proc_pid_oom_score_adj.5: tfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 5/5] proc_sys_user.5: tfix Jakub Wilk
2023-11-22 21:55 ` Alejandro Colomar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox