All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Johannes Wellhöfer" <johannes.wellhofer@gmail.com>
To: linux-man@vger.kernel.org
Cc: alx.manpages@gmail.com, mtk.manpages@gmail.com
Subject: [patch] clone.2: tfix
Date: Mon, 18 Jan 2021 22:12:09 +0100	[thread overview]
Message-ID: <CADCwPKhAHqn-R8wpp-7=skOB8O6mRqOvP46oTUUmA6QX0R=4bw@mail.gmail.com> (raw)

For the alternate signal stack to be cleared, CLONE_VM should and
CLONE_VFORK should not be specified.

Signed-off-by: Johannes Wellhöfer <johannes.wellhofer@gmail.com>
---
 man2/clone.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/clone.2 b/man2/clone.2
index fecec90c8..11eb6c622 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -1187,7 +1187,7 @@ processes do not affect the other, as with
 If the
 .BR CLONE_VM
 flag is specified and the
-.BR CLONE_VM
+.BR CLONE_VFORK
 flag is not specified,
 then any alternate signal stack that was established by
 .BR sigaltstack (2)
--

             reply	other threads:[~2021-01-18 21:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-18 21:12 Johannes Wellhöfer [this message]
2021-01-19  8:02 ` [patch] clone.2: tfix Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2021-05-09 21:38 [PATCH] fflush.3: SEE ALSO: Add fpurge(3) Alejandro Colomar
2021-05-09 21:39 ` [PATCH] clone.2: tfix Alejandro Colomar
2021-05-09 23:17   ` Michael Kerrisk (man-pages)
2021-04-19 20:01 Johannes Berg
2021-04-19 22:17 ` Alejandro Colomar (man-pages)
2020-03-05 21:35 Krzysztof Małysa
2020-03-12  8:14 ` Michael Kerrisk (man-pages)
2019-11-09  8:50 Jakub Wilk
2019-11-09 11:55 ` Michael Kerrisk (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADCwPKhAHqn-R8wpp-7=skOB8O6mRqOvP46oTUUmA6QX0R=4bw@mail.gmail.com' \
    --to=johannes.wellhofer@gmail.com \
    --cc=alx.manpages@gmail.com \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.