linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] execve.2: clarify signal sent to the process on late failure
@ 2020-04-29 15:30 Nikola Forró
  2020-04-29 19:51 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Nikola Forró @ 2020-04-29 15:30 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

Signed-off-by: Nikola Forró <nforro@redhat.com>
---
 man2/execve.2 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/man2/execve.2 b/man2/execve.2
index ab5843840..109c0d57d 100644
--- a/man2/execve.2
+++ b/man2/execve.2
@@ -640,7 +640,10 @@ failure may occur past the point of no return:
 the original executable image has been torn down,
 but the new image could not be completely built.
 In such cases, the kernel kills the process with a
-.BR SIGKILL
+.\" commit 19d860a140beac48a1377f179e693abe86a9dac9
+.BR SIGSEGV
+.RB ( SIGKILL
+until Linux 3.17)
 signal.
 .\"
 .SS Interpreter scripts
-- 
2.26.2



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

* Re: [PATCH] execve.2: clarify signal sent to the process on late failure
  2020-04-29 15:30 [PATCH] execve.2: clarify signal sent to the process on late failure Nikola Forró
@ 2020-04-29 19:51 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-04-29 19:51 UTC (permalink / raw)
  To: nforro; +Cc: mtk.manpages, linux-man

Hello Nikola,

On 4/29/20 5:30 PM, Nikola Forró wrote:
> Signed-off-by: Nikola Forró <nforro@redhat.com>

Thanks. patch applied.

Cheers,

Michael

> ---
>  man2/execve.2 | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/man2/execve.2 b/man2/execve.2
> index ab5843840..109c0d57d 100644
> --- a/man2/execve.2
> +++ b/man2/execve.2
> @@ -640,7 +640,10 @@ failure may occur past the point of no return:
>  the original executable image has been torn down,
>  but the new image could not be completely built.
>  In such cases, the kernel kills the process with a
> -.BR SIGKILL
> +.\" commit 19d860a140beac48a1377f179e693abe86a9dac9
> +.BR SIGSEGV
> +.RB ( SIGKILL
> +until Linux 3.17)
>  signal.
>  .\"
>  .SS Interpreter scripts
> 


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 15:30 [PATCH] execve.2: clarify signal sent to the process on late failure Nikola Forró
2020-04-29 19:51 ` Michael Kerrisk (man-pages)

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