All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Changes.old: tfix
@ 2021-09-10 20:04 Jakub Wilk
  2021-09-10 20:04 ` [PATCH 2/3] futex.2: tfix Jakub Wilk
  2021-09-10 20:04 ` [PATCH 3/3] mount_setattr.2: tfix Jakub Wilk
  0 siblings, 2 replies; 5+ messages in thread
From: Jakub Wilk @ 2021-09-10 20:04 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

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

diff --git a/Changes.old b/Changes.old
index 742a2134d..77c06b98d 100644
--- a/Changes.old
+++ b/Changes.old
@@ -52419,7 +52419,7 @@ uintN_t.3
 uintptr_t.3
 va_list.3
 void.3
-    Alejandro Colomar, Michael kerrisk
+    Alejandro Colomar, Michael Kerrisk
         New links to system_data_types(7)
 
 CIRCLEQ_ENTRY.3
@@ -54666,7 +54666,7 @@ futex.2
         Document FUTEX_LOCK_PI2
 
 ioctl_tty.2
-    Pali Rohár  [Alejandro Colomar, Michael kerrisk]
+    Pali Rohár  [Alejandro Colomar, Michael Kerrisk]
         Document ioctls: TCGETS2, TCSETS2, TCSETSW2, TCSETSF2
 
 pidfd_open.2
-- 
2.33.0


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

* [PATCH 2/3] futex.2: tfix
  2021-09-10 20:04 [PATCH 1/3] Changes.old: tfix Jakub Wilk
@ 2021-09-10 20:04 ` Jakub Wilk
  2021-09-10 22:39   ` Alejandro Colomar (man-pages)
  2021-09-10 20:04 ` [PATCH 3/3] mount_setattr.2: tfix Jakub Wilk
  1 sibling, 1 reply; 5+ messages in thread
From: Jakub Wilk @ 2021-09-10 20:04 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

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

diff --git a/man2/futex.2 b/man2/futex.2
index 1dd77ac2f..72100300d 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -1137,7 +1137,7 @@ except that the clock against which
 is measured is selectable.
 By default, the (absolute) timeout specified in
 .I timeout
-is measured againt the
+is measured against the
 .B CLOCK_MONOTONIC
 clock, but if the
 .B FUTEX_CLOCK_REALTIME
-- 
2.33.0


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

* [PATCH 3/3] mount_setattr.2: tfix
  2021-09-10 20:04 [PATCH 1/3] Changes.old: tfix Jakub Wilk
  2021-09-10 20:04 ` [PATCH 2/3] futex.2: tfix Jakub Wilk
@ 2021-09-10 20:04 ` Jakub Wilk
  2021-09-10 22:44   ` Alejandro Colomar (man-pages)
  1 sibling, 1 reply; 5+ messages in thread
From: Jakub Wilk @ 2021-09-10 20:04 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

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

diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2
index 77233f589..ca56256ce 100644
--- a/man2/mount_setattr.2
+++ b/man2/mount_setattr.2
@@ -986,7 +986,7 @@ main(int argc, char *argv[])
 .\"     because. Because making assumptions about the current working directory
 .\"     of the calling process is just too easy to get wrong; especially when
 .\"     pivot_root() or chroot() are in play.
-.\"     My absolut preference (joke intended) is to open a well-known starting
+.\"     My absolute preference (joke intended) is to open a well-known starting
 .\"     point with an absolute path to get a dirfd and then scope all future
 .\"     operations beneath that dirfd. This already works with old-style
 .\"     openat() and _very_ cautious programming but openat2() and its
-- 
2.33.0


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

* Re: [PATCH 2/3] futex.2: tfix
  2021-09-10 20:04 ` [PATCH 2/3] futex.2: tfix Jakub Wilk
@ 2021-09-10 22:39   ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 5+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-09-10 22:39 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: linux-man, Michael Kerrisk

Hi Jakub,

On 9/10/21 10:04 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Patch applied.

Thanks,

Alex

> ---
>   man2/futex.2 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/futex.2 b/man2/futex.2
> index 1dd77ac2f..72100300d 100644
> --- a/man2/futex.2
> +++ b/man2/futex.2
> @@ -1137,7 +1137,7 @@ except that the clock against which
>   is measured is selectable.
>   By default, the (absolute) timeout specified in
>   .I timeout
> -is measured againt the
> +is measured against the
>   .B CLOCK_MONOTONIC
>   clock, but if the
>   .B FUTEX_CLOCK_REALTIME
> 


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

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

* Re: [PATCH 3/3] mount_setattr.2: tfix
  2021-09-10 20:04 ` [PATCH 3/3] mount_setattr.2: tfix Jakub Wilk
@ 2021-09-10 22:44   ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 5+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-09-10 22:44 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: linux-man, Michael Kerrisk, christian

Hi Jakub,

On 9/10/21 10:04 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
> ---
>   man2/mount_setattr.2 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2
> index 77233f589..ca56256ce 100644
> --- a/man2/mount_setattr.2
> +++ b/man2/mount_setattr.2
> @@ -986,7 +986,7 @@ main(int argc, char *argv[])
>   .\"     because. Because making assumptions about the current working directory
>   .\"     of the calling process is just too easy to get wrong; especially when
>   .\"     pivot_root() or chroot() are in play.
> -.\"     My absolut preference (joke intended) is to open a well-known starting
> +.\"     My absolute preference (joke intended) is to open a well-known starting

The joke was intended :)

<https://lore.kernel.org/linux-man/20210812090805.qkwjxnjitgaihlep@wittgenstein/>

<https://duckduckgo.com/?q=absolut>

Since it's in a comment, I won't apply this one.

Cheers,

Alex

>   .\"     point with an absolute path to get a dirfd and then scope all future
>   .\"     operations beneath that dirfd. This already works with old-style
>   .\"     openat() and _very_ cautious programming but openat2() and its
> 


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

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

end of thread, other threads:[~2021-09-10 22:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10 20:04 [PATCH 1/3] Changes.old: tfix Jakub Wilk
2021-09-10 20:04 ` [PATCH 2/3] futex.2: tfix Jakub Wilk
2021-09-10 22:39   ` Alejandro Colomar (man-pages)
2021-09-10 20:04 ` [PATCH 3/3] mount_setattr.2: tfix Jakub Wilk
2021-09-10 22:44   ` Alejandro Colomar (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.