aboutsummaryrefslogtreecommitdiff
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.214
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/libc/compat-43/sigvec.2 b/lib/libc/compat-43/sigvec.2
index 335413643b31..4a0db25849af 100644
--- a/lib/libc/compat-43/sigvec.2
+++ b/lib/libc/compat-43/sigvec.2
@@ -274,7 +274,9 @@ or
points to memory that is not a valid part of the process
address space.
.It Bq Er EINVAL
-.Fa Sig
+The
+.Fa sig
+argument
is not a valid signal number.
.It Bq Er EINVAL
An attempt is made to ignore or supply a handler for
@@ -312,8 +314,10 @@ Here
.Fa sig
is the signal number, into which the hardware faults and traps are
mapped as defined below.
-.Fa Code
-is a parameter that is either a constant
+The
+.Fa code
+argument
+is either a constant
as given below or, for compatibility mode faults, the code provided by
the hardware (Compatibility mode faults are distinguished from the
other
@@ -321,7 +325,9 @@ other
traps by having
.Dv PSL_CM
set in the psl).
-.Fa Scp
+The
+.Fa scp
+argument
is a pointer to the
.Fa sigcontext
structure (defined in