summaryrefslogtreecommitdiffstats
path: root/lib/libc/compat-43/sigvec.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/compat-43/sigvec.2')
-rw-r--r--lib/libc/compat-43/sigvec.28
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/compat-43/sigvec.2 b/lib/libc/compat-43/sigvec.2
index 25f1b14..3354136 100644
--- a/lib/libc/compat-43/sigvec.2
+++ b/lib/libc/compat-43/sigvec.2
@@ -116,7 +116,9 @@ adding the signal to be delivered, and
.Em or Ns 'ing
in the signal mask associated with the handler to be invoked.
.Pp
-.Fn Sigvec
+The
+.Fn sigvec
+function
assigns a handler for a specific signal. If
.Fa vec
is non-zero, it
@@ -258,7 +260,9 @@ hence it should not be used if backward compatibility is needed.
.Sh RETURN VALUES
.Rv -std sigvec
.Sh ERRORS
-.Fn Sigvec
+The
+.Fn sigvec
+function
will fail and no new signal handler will be installed if one
of the following occurs:
.Bl -tag -width Er
OpenPOWER on IntegriCloud