summaryrefslogtreecommitdiffstats
path: root/lib/libc/compat-43
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-03-27 20:49:07 +0000
committermpp <mpp@FreeBSD.org>1996-03-27 20:49:07 +0000
commit822fdcab93140306c21991b7fe837e606e75b48e (patch)
tree56c4c6b3ee0f1367c7bb50d3cb70ee35ec089c82 /lib/libc/compat-43
parentcd9e381ea0b409efec3ad4c0f4633f95a1eac734 (diff)
downloadFreeBSD-src-822fdcab93140306c21991b7fe837e606e75b48e.zip
FreeBSD-src-822fdcab93140306c21991b7fe837e606e75b48e.tar.gz
Added missing section numbers to a bunch of .Xr macros, or
converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r--lib/libc/compat-43/sigvec.24
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
OpenPOWER on IntegriCloud