summaryrefslogtreecommitdiff
path: root/lib/libc/sys/sigaltstack.2
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commit7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/sys/sigaltstack.2
parentd087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/sigaltstack.2')
-rw-r--r--lib/libc/sys/sigaltstack.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaltstack.2 b/lib/libc/sys/sigaltstack.2
index 171cafc66cac..d69b34b7e03d 100644
--- a/lib/libc/sys/sigaltstack.2
+++ b/lib/libc/sys/sigaltstack.2
@@ -70,7 +70,7 @@ call), the system checks to see
if the process is currently executing on that stack.
If the process is not currently executing on the signal stack,
the system arranges a switch to the signal stack for the
-duration of the signal handler's execution.
+duration of the signal handler's execution.
.Pp
If
.Dv SS_DISABLE
@@ -134,7 +134,7 @@ If the stack overflows and this space is not protected
unpredictable results may occur.
.Sh RETURN VALUES
Upon successful completion, a value of 0 is returned.
-Otherwise, a value of -1 is returned and
+Otherwise, a value of -1 is returned and
.Va errno
is set to indicate the error.
.Sh ERRORS