diff options
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r-- | lib/libc/compat-43/sigvec.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/sigvec.2 b/lib/libc/compat-43/sigvec.2 index 7288d00..a37c988 100644 --- a/lib/libc/compat-43/sigvec.2 +++ b/lib/libc/compat-43/sigvec.2 @@ -102,9 +102,9 @@ must arrange to restore the previous context itself. When a signal is delivered to a process a new signal mask is installed for the duration of the process' signal handler (or until a -.Xr sigblock +.Xr sigblock 2 or -.Xr sigsetmask +.Xr sigsetmask 2 call is made). This mask is formed by taking the current signal mask, adding the signal to be delivered, and |