Module Name: src
Committed By: christos
Date: Wed Dec 18 15:31:21 UTC 2024
Modified Files:
src/lib/libc/sys: sigaction.2
Log Message:
Explain SA_ONSTACK better.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/lib/libc/sys/sigaction.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/sigaction.2
diff -u src/lib/libc/sys/sigaction.2:1.52 src/lib/libc/sys/sigaction.2:1.53
--- src/lib/libc/sys/sigaction.2:1.52 Fri May 20 21:38:14 2022
+++ src/lib/libc/sys/sigaction.2 Wed Dec 18 10:31:20 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: sigaction.2,v 1.52 2022/05/21 01:38:14 dholland Exp $
+.\" $NetBSD: sigaction.2,v 1.53 2024/12/18 15:31:20 christos Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)sigaction.2 8.2 (Berkeley) 4/3/94
.\"
-.Dd May 22, 2018
+.Dd December 18, 2024
.Dt SIGACTION 2
.Os
.Sh NAME
@@ -205,6 +205,7 @@ If set, the system will deliver the sign
.Em "signal stack" ,
specified with
.Xr sigaltstack 2 .
+If an alternate stack is not available, the default stack will be used.
.It Dv SA_RESETHAND
If set, the default action will be reinstated when the signal
is first posted.