summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBen Smithurst <ben@FreeBSD.org>2001-01-16 21:59:22 +0000
committerBen Smithurst <ben@FreeBSD.org>2001-01-16 21:59:22 +0000
commitce3abeb7260e131164dfa3ad11e10c39a3a66c21 (patch)
tree1ad59f4f941a4f530dd0176e66fcc9912d75394d /lib/libc
parent26eb5a32f05095e117487c53d456bfe087f940d7 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/sigpending.29
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/sys/sigpending.2 b/lib/libc/sys/sigpending.2
index c9d28967078e..e05d186587c2 100644
--- a/lib/libc/sys/sigpending.2
+++ b/lib/libc/sys/sigpending.2
@@ -62,9 +62,14 @@ indicates an error occurred and
.Va errno
is set to indicated the reason.
.Sh ERRORS
-The
.Fn sigpending
-function does not currently detect any errors.
+will fail if:
+.Bl -tag -width Er
+.It Bq Er EFAULT
+The
+.Fa set
+argument specified an invalid address.
+.El
.Sh SEE ALSO
.Xr sigaction 2 ,
.Xr sigprocmask 2