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(). Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> --- 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html