summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-13 02:18:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-13 02:18:55 +0000
commite7e5de68797325777934b1726e5d3b383a5d4f38 (patch)
tree8d65aa9b57ffc47af43f2358e67cdf3569fac2dd /lib/libc/sys
parentf045cb189e02fb2f4df922a685c49439f2a9296a (diff)
clarify
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/sigaction.27
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index a4c9ffc45af..3bedab5f6a6 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sigaction.2,v 1.15 1998/07/06 18:28:34 deraadt Exp $
+.\" $OpenBSD: sigaction.2,v 1.16 1998/07/13 02:18:54 deraadt Exp $
.\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -124,8 +124,9 @@ installed for the duration of the process' signal handler
.Xr sigprocmask
call is made).
This mask is formed by taking the union of the current signal mask set,
-the signal to be delivered, and
-the signal mask associated with the handler to be invoked.
+the signal to be delivered, and the signal mask
+.Em sa_mask
+associated with the handler to be invoked.
.Pp
.Fn Sigaction
assigns an action for a signal specified by