All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] sigaltstack.2: tfix
@ 2017-11-08  7:17 Seonghun Lim
  0 siblings, 0 replies; 3+ messages in thread
From: Seonghun Lim @ 2017-11-08  7:17 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Changes.old also contains a reference to the nonexistent POSIX.1-2009. ;-)
---
 man2/sigaltstack.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2
index 0a21eb7b4..69d8126a7 100644
--- a/man2/sigaltstack.2
+++ b/man2/sigaltstack.2
@@ -183,7 +183,7 @@ T{
 T}    Thread safety    MT-Safe
 .TE
 .SH CONFORMING TO
-POSIX.1-2001, POSIX.1-2009, SUSv2, SVr4.
+POSIX.1-2001, POSIX.1-2008, SUSv2, SVr4.
 .SH NOTES
 The most common usage of an alternate signal stack is to handle the
 .B SIGSEGV
-- 

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

* Re: [PATCH] sigaltstack.2: tfix
  2021-04-14 12:16 [PATCH] " Borislav Petkov
@ 2021-04-14 19:51 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 3+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-04-14 19:51 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Michael Kerrisk, linux-man

Hello Borislav,

On 4/14/21 2:16 PM, Borislav Petkov wrote:
> From: Borislav Petkov <bp@suse.de>
> 
> Add a missing "to" in an "in order to" formulation.
> 
> Signed-off-by: Borislav Petkov <bp@suse.de>

Patch applied.

Thanks,

Alex

> ---
>   man2/sigaltstack.2 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2
> index c8d5c184f3ab..53268ccbea96 100644
> --- a/man2/sigaltstack.2
> +++ b/man2/sigaltstack.2
> @@ -111,7 +111,7 @@ Clear the alternate signal stack settings on entry to the signal handler.
>   When the signal handler returns,
>   the previous alternate signal stack settings are restored.
>   .IP
> -This flag was added in order make it safe
> +This flag was added in order to make it safe
>   to switch away from the signal handler with
>   .BR swapcontext (3).
>   Without this flag, a subsequently handled signal will corrupt
> 


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

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

* [PATCH] sigaltstack.2: tfix
@ 2021-04-14 12:16 Borislav Petkov
  2021-04-14 19:51 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2021-04-14 12:16 UTC (permalink / raw)
  To: linux-man; +Cc: Alejandro Colomar, Michael Kerrisk

From: Borislav Petkov <bp@suse.de>

Add a missing "to" in an "in order to" formulation.

Signed-off-by: Borislav Petkov <bp@suse.de>
---
 man2/sigaltstack.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2
index c8d5c184f3ab..53268ccbea96 100644
--- a/man2/sigaltstack.2
+++ b/man2/sigaltstack.2
@@ -111,7 +111,7 @@ Clear the alternate signal stack settings on entry to the signal handler.
 When the signal handler returns,
 the previous alternate signal stack settings are restored.
 .IP
-This flag was added in order make it safe
+This flag was added in order to make it safe
 to switch away from the signal handler with
 .BR swapcontext (3).
 Without this flag, a subsequently handled signal will corrupt
-- 
2.29.2


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

end of thread, other threads:[~2021-04-14 19:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08  7:17 [patch] sigaltstack.2: tfix Seonghun Lim
2021-04-14 12:16 [PATCH] " Borislav Petkov
2021-04-14 19:51 ` 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.