Hi, Mike Frysinger wrote:
From: Christopher Head <chead@xxxxxxxxx> 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@xxxxxxxxxx> --- 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html