All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] tgamma.3: tfix
@ 2021-05-11 10:11 Alejandro Colomar
  2021-05-11 10:11 ` [PATCH 2/5] ttyslot.3: tfix Alejandro Colomar
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Alejandro Colomar @ 2021-05-11 10:11 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Akihiro Motoki, linux-man, Alejandro Colomar

From: Akihiro Motoki <amotoki@gmail.com>

Signed-off-by: Akihiro Motoki <amotoki@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man3/tgamma.3 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/man3/tgamma.3 b/man3/tgamma.3
index ae3f24ece..5cd58f251 100644
--- a/man3/tgamma.3
+++ b/man3/tgamma.3
@@ -203,7 +203,6 @@ the glibc implementation of these functions did not set
 to
 .B ERANGE
 on an underflow range error.
-.I x
 .PP
 .\"
 In glibc versions 2.3.3 and earlier,
-- 
2.31.1.498.g6c1eba8ee3d


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

* [PATCH 2/5] ttyslot.3: tfix
  2021-05-11 10:11 [PATCH 1/5] tgamma.3: tfix Alejandro Colomar
@ 2021-05-11 10:11 ` Alejandro Colomar
  2021-05-11 10:11 ` [PATCH 3/5] capabilities.7: ffix Alejandro Colomar
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Alejandro Colomar @ 2021-05-11 10:11 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Akihiro Motoki, linux-man, Alejandro Colomar

From: Akihiro Motoki <amotoki@gmail.com>

Signed-off-by: Akihiro Motoki <amotoki@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man3/ttyslot.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/ttyslot.3 b/man3/ttyslot.3
index abd3299e7..8a1f020c9 100644
--- a/man3/ttyslot.3
+++ b/man3/ttyslot.3
@@ -30,7 +30,7 @@
 ttyslot \- find the slot of the current user's terminal in some file
 .SH SYNOPSIS
 .nf
-.BR "#include <unistd.h>" "       /See NOTES */"
+.BR "#include <unistd.h>" "       /* See NOTES */"
 .PP
 .B "int ttyslot(void);"
 .fi
-- 
2.31.1.498.g6c1eba8ee3d


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

* [PATCH 3/5] capabilities.7: ffix
  2021-05-11 10:11 [PATCH 1/5] tgamma.3: tfix Alejandro Colomar
  2021-05-11 10:11 ` [PATCH 2/5] ttyslot.3: tfix Alejandro Colomar
@ 2021-05-11 10:11 ` Alejandro Colomar
  2021-05-11 10:11 ` [PATCH 4/5] sigvec.3: tfix Alejandro Colomar
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Alejandro Colomar @ 2021-05-11 10:11 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Akihiro Motoki, linux-man, Alejandro Colomar

From: Akihiro Motoki <amotoki@gmail.com>

Signed-off-by: Akihiro Motoki <amotoki@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man7/capabilities.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man7/capabilities.7 b/man7/capabilities.7
index 17bb997b9..7e79b2fb6 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -761,8 +761,8 @@ to increase the capacity of a pipe above the limit specified by
 .IR /proc/sys/fs/pipe\-max\-size ;
 .IP *
 override
-.I /proc/sys/fs/mqueue/queues_max,
-.I /proc/sys/fs/mqueue/msg_max,
+.IR /proc/sys/fs/mqueue/queues_max ,
+.IR /proc/sys/fs/mqueue/msg_max ,
 and
 .I /proc/sys/fs/mqueue/msgsize_max
 limits when creating POSIX message queues (see
-- 
2.31.1.498.g6c1eba8ee3d


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

* [PATCH 4/5] sigvec.3: tfix
  2021-05-11 10:11 [PATCH 1/5] tgamma.3: tfix Alejandro Colomar
  2021-05-11 10:11 ` [PATCH 2/5] ttyslot.3: tfix Alejandro Colomar
  2021-05-11 10:11 ` [PATCH 3/5] capabilities.7: ffix Alejandro Colomar
@ 2021-05-11 10:11 ` Alejandro Colomar
  2021-05-11 10:11 ` [PATCH 5/5] expm1.3: tfix Alejandro Colomar
  2021-05-11 16:53 ` [PATCH 1/5] tgamma.3: tfix Michael Kerrisk (man-pages)
  4 siblings, 0 replies; 8+ messages in thread
From: Alejandro Colomar @ 2021-05-11 10:11 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Akihiro Motoki, linux-man, Alejandro Colomar

From: Akihiro Motoki <amotoki@gmail.com>

Signed-off-by: Akihiro Motoki <amotoki@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man3/sigvec.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/sigvec.3 b/man3/sigvec.3
index f7ca776ed..b6644393b 100644
--- a/man3/sigvec.3
+++ b/man3/sigvec.3
@@ -135,7 +135,7 @@ This field may contain zero or more of the following flags:
 .TP
 .B SV_INTERRUPT
 If the signal handler interrupts a blocking system call,
-then upon return from the handler the system call s not be restarted:
+then upon return from the handler the system call is not restarted:
 instead it fails with the error
 .BR EINTR .
 If this flag is not specified, then system calls are restarted
-- 
2.31.1.498.g6c1eba8ee3d


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

* [PATCH 5/5] expm1.3: tfix
  2021-05-11 10:11 [PATCH 1/5] tgamma.3: tfix Alejandro Colomar
                   ` (2 preceding siblings ...)
  2021-05-11 10:11 ` [PATCH 4/5] sigvec.3: tfix Alejandro Colomar
@ 2021-05-11 10:11 ` Alejandro Colomar
  2021-05-11 16:53 ` [PATCH 1/5] tgamma.3: tfix Michael Kerrisk (man-pages)
  4 siblings, 0 replies; 8+ messages in thread
From: Alejandro Colomar @ 2021-05-11 10:11 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Akihiro Motoki, linux-man, Alejandro Colomar

From: Akihiro Motoki <amotoki@gmail.com>

Signed-off-by: Akihiro Motoki <amotoki@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man3/expm1.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/expm1.3 b/man3/expm1.3
index 54b0315d3..2d3bef375 100644
--- a/man3/expm1.3
+++ b/man3/expm1.3
@@ -154,7 +154,7 @@ on certain architectures (e.g., x86, but not x86_64)
 raised a bogus underflow floating-point exception
 for some large negative
 .I x
-values (where the function result approaches \-1),
+values (where the function result approaches \-1).
 .PP
 Before approximately glibc version 2.11,
 .\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6814
-- 
2.31.1.498.g6c1eba8ee3d


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

* Re: [PATCH 1/5] tgamma.3: tfix
  2021-05-11 10:11 [PATCH 1/5] tgamma.3: tfix Alejandro Colomar
                   ` (3 preceding siblings ...)
  2021-05-11 10:11 ` [PATCH 5/5] expm1.3: tfix Alejandro Colomar
@ 2021-05-11 16:53 ` Michael Kerrisk (man-pages)
  4 siblings, 0 replies; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2021-05-11 16:53 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, Akihiro Motoki, linux-man

Hi Alex, Akihiro,

On 5/11/21 10:11 PM, Alejandro Colomar wrote:
> From: Akihiro Motoki <amotoki@gmail.com>
> 
> Signed-off-by: Akihiro Motoki <amotoki@gmail.com>
> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>

I have applied all 5 patches in this series.

Cheers,

Michael

> ---
>  man3/tgamma.3 | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/man3/tgamma.3 b/man3/tgamma.3
> index ae3f24ece..5cd58f251 100644
> --- a/man3/tgamma.3
> +++ b/man3/tgamma.3
> @@ -203,7 +203,6 @@ the glibc implementation of these functions did not set
>  to
>  .B ERANGE
>  on an underflow range error.
> -.I x
>  .PP
>  .\"
>  In glibc versions 2.3.3 and earlier,
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

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

* Re: [PATCH 1/5] tgamma.3: tfix
  2021-05-11  9:28 Akihiro Motoki
@ 2021-05-11  9:46 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 8+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-05-11  9:46 UTC (permalink / raw)
  To: Akihiro Motoki, linux-man; +Cc: mtk.manpages

Hi Akihiro,

On 5/11/21 11:28 AM, Akihiro Motoki wrote:
> Signed-off-by: Akihiro Motoki <amotoki@gmail.com>

Patch applied.

Thanks!

Alex

> ---
>   man3/tgamma.3 | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/man3/tgamma.3 b/man3/tgamma.3
> index ae3f24ece..5cd58f251 100644
> --- a/man3/tgamma.3
> +++ b/man3/tgamma.3
> @@ -203,7 +203,6 @@ the glibc implementation of these functions did not set
>   to
>   .B ERANGE
>   on an underflow range error.
> -.I x
>   .PP
>   .\"
>   In glibc versions 2.3.3 and earlier,
> 


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

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

* [PATCH 1/5] tgamma.3: tfix
@ 2021-05-11  9:28 Akihiro Motoki
  2021-05-11  9:46 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 8+ messages in thread
From: Akihiro Motoki @ 2021-05-11  9:28 UTC (permalink / raw)
  To: linux-man; +Cc: mtk.manpages, alx.manpages, Akihiro Motoki

Signed-off-by: Akihiro Motoki <amotoki@gmail.com>
---
 man3/tgamma.3 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/man3/tgamma.3 b/man3/tgamma.3
index ae3f24ece..5cd58f251 100644
--- a/man3/tgamma.3
+++ b/man3/tgamma.3
@@ -203,7 +203,6 @@ the glibc implementation of these functions did not set
 to
 .B ERANGE
 on an underflow range error.
-.I x
 .PP
 .\"
 In glibc versions 2.3.3 and earlier,
-- 
2.25.1


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

end of thread, other threads:[~2021-05-11 16:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11 10:11 [PATCH 1/5] tgamma.3: tfix Alejandro Colomar
2021-05-11 10:11 ` [PATCH 2/5] ttyslot.3: tfix Alejandro Colomar
2021-05-11 10:11 ` [PATCH 3/5] capabilities.7: ffix Alejandro Colomar
2021-05-11 10:11 ` [PATCH 4/5] sigvec.3: tfix Alejandro Colomar
2021-05-11 10:11 ` [PATCH 5/5] expm1.3: tfix Alejandro Colomar
2021-05-11 16:53 ` [PATCH 1/5] tgamma.3: tfix Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2021-05-11  9:28 Akihiro Motoki
2021-05-11  9:46 ` 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.