Hi Mike, On Tue, Jun 23, 2009 at 6:50 PM, Mike Frysinger<vapier@xxxxxxxxxx> wrote: > The word "signal" was duplicated in the NOTES, and the RETURN section > refers to setjmp and sigsetjmp, but only longjmp. > > Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Thanks. Applied for 3.22. Cheers, Michael > --- > man3/setjmp.3 | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/man3/setjmp.3 b/man3/setjmp.3 > index 5dae1ab..2368242 100644 > --- a/man3/setjmp.3 > +++ b/man3/setjmp.3 > @@ -75,6 +75,8 @@ and > return 0 if returning directly, and > non-zero when returning from > .BR longjmp (3) > +or > +.BR siglongjmp (3) > using the saved context. > .SH "CONFORMING TO" > C89, C99, and POSIX.1-2001 specify > @@ -84,7 +86,7 @@ POSIX.1-2001 specifies > .SH NOTES > POSIX does not specify whether > .BR setjmp () > -will save the signal signal mask. > +will save the signal mask. > In System V it will not. > In 4.3BSD it will, and there > is a function \fB_setjmp\fP that will not. > -- > 1.6.3 > > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html