From: Johannes Wellhöfer Date: Mon, 18 Jan 2021 21:12:09 +0000 (+0100) Subject: clone.2: tfix X-Git-Tag: man-pages-5.11~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1b1111ca1a75e369afc6aaeb04f17acfcfdb41;p=thirdparty%2Fman-pages.git clone.2: tfix For the alternate signal stack to be cleared, CLONE_VM should and CLONE_VFORK should not be specified. [mtk: fixes my commit 52e5819c4190c3f248df4b976e0a04cc561289e4] Signed-off-by: Johannes Wellhöfer Signed-off-by: Michael Kerrisk --- diff --git a/man2/clone.2 b/man2/clone.2 index fecec90c81..11eb6c622f 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)