All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] setjmp(3): fix typo and clarify return
@ 2009-06-23 16:50 Mike Frysinger
       [not found] ` <1245775803-1692-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2009-06-23 16:50 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
---
 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

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

* Re: [PATCH] setjmp(3): fix typo and clarify return
       [not found] ` <1245775803-1692-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
@ 2009-06-26 13:07   ` Michael Kerrisk
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk @ 2009-06-26 13:07 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hi Mike,

On Tue, Jun 23, 2009 at 6:50 PM, Mike Frysinger<vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org> 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-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>

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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2009-06-26 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-23 16:50 [PATCH] setjmp(3): fix typo and clarify return Mike Frysinger
     [not found] ` <1245775803-1692-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-06-26 13:07   ` Michael Kerrisk

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.