summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-03-02 20:24:12 +0000
committerpeter <peter@FreeBSD.org>1996-03-02 20:24:12 +0000
commit1236508ee7cd58828d9bbb899ffe0d381031526f (patch)
tree68dd5c3c35ae19466cce075c652a53295329e742 /lib
parent55aa4f66d7447e03136ae38872ff43a2c014087f (diff)
downloadFreeBSD-src-1236508ee7cd58828d9bbb899ffe0d381031526f.zip
FreeBSD-src-1236508ee7cd58828d9bbb899ffe0d381031526f.tar.gz
Update the docs after the rename of SA_DISABLE and SA_ONSTACK when used for
ss_flags to SS_DISABLE and SS_ONSTACK. SA_ONSTACK is still used in struct sigaction. Nowhere in our entire source tree could I find a single place these were used.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/sigaltstack.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/sigaltstack.2 b/lib/libc/sys/sigaltstack.2
index f1ed718..4892a92 100644
--- a/lib/libc/sys/sigaltstack.2
+++ b/lib/libc/sys/sigaltstack.2
@@ -71,7 +71,7 @@ the system arranges a switch to the signal stack for the
duration of the signal handler's execution.
.Pp
If
-.Dv SA_DISABLE
+.Dv SS_DISABLE
is set in
.Fa ss_flags ,
.Fa ss_sp
@@ -95,9 +95,9 @@ is non-zero, the current signal stack state is returned.
The
.Fa ss_flags
field will contain the value
-.Dv SA_ONSTACK
+.Dv SS_ONSTACK
if the process is currently on a signal stack and
-.Dv SA_DISABLE
+.Dv SS_DISABLE
if the signal stack is currently disabled.
.Sh NOTES
The value
OpenPOWER on IntegriCloud