public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix typo in glibc reference: sigorset and not sigdelset
@ 2008-08-30  3:36 Mike Frysinger
       [not found] ` <1220067396-5425-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2008-08-30  3:36 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Christopher Head

From: Christopher Head <chead-EynCeXvFgoheoWH0uzbU5w@public.gmane.org>

In the man page sigsetops(3), in the last paragraph under the DESCRIPTION
section, is this fragment:

"or the additional glibc functions described below (sigisemptyset(),
sigandset(), and sigdelset())."

In this fragment, sigdelset() should be sigorset().

Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
---
 man3/sigsetops.3 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man3/sigsetops.3 b/man3/sigsetops.3
index d679a14..0ea0d76 100644
--- a/man3/sigsetops.3
+++ b/man3/sigsetops.3
@@ -84,7 +84,7 @@ or the additional glibc functions described below
 .RB ( sigisemptyset (),
 .BR sigandset (),
 and
-.BR sigdelset ()).
+.BR sigorset ()).
 The results are undefined if this is not done.
 .SH "RETURN VALUE"
 .BR sigemptyset (),
-- 
1.6.0

--
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] fix typo in glibc reference: sigorset and not sigdelset
       [not found] ` <1220067396-5425-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
@ 2008-09-01 10:42   ` Michael Kerrisk
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk @ 2008-09-01 10:42 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Christopher Head

Hi,

Mike Frysinger wrote:
> From: Christopher Head <chead-EynCeXvFgoheoWH0uzbU5w@public.gmane.org>
> 
> In the man page sigsetops(3), in the last paragraph under the DESCRIPTION
> section, is this fragment:
> 
> "or the additional glibc functions described below (sigisemptyset(),
> sigandset(), and sigdelset())."
> 
> In this fragment, sigdelset() should be sigorset().


Applied for 3.09.  Thanks  Chris/Mike!

Cheers,

Michael

> Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
> ---
>  man3/sigsetops.3 |    2 +-
>  1 files changed, 1 inse
rtions(+), 1 deletions(-)
> 
> diff --git a/man3/sigsetops.3 b/man3/sigsetops.3
> index d679a14..0ea0d76 100644
> --- a/man3/sigsetops.3
> +++ b/man3/sigsetops.3
> @@ -84,7 +84,7 @@ or the additional glibc functions described below
>  .RB ( sigisemptyset (),
>  .BR sigandset (),
>  and
> -.BR sigdelset ()).
> +.BR sigorset ()).
>  The results are undefined if this is not done.
>  .SH "RETURN VALUE"
>  .BR sigemptyset (),

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
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:[~2008-09-01 10:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-30  3:36 [PATCH] fix typo in glibc reference: sigorset and not sigdelset Mike Frysinger
     [not found] ` <1220067396-5425-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2008-09-01 10:42   ` Michael Kerrisk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox