summaryrefslogtreecommitdiffstats
path: root/man2/sigreturn.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sigreturn.2')
-rw-r--r--man2/sigreturn.26
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/sigreturn.2 b/man2/sigreturn.2
index c4769841b..03ce95230 100644
--- a/man2/sigreturn.2
+++ b/man2/sigreturn.2
@@ -7,7 +7,7 @@
.\" 2008-06-26, mtk, added some more detail on the work done by sigreturn()
.\" 2014-12-05, mtk, rewrote all of the rest of the original page
.\"
-.TH sigreturn 2 2023-02-05 "Linux man-pages 6.03"
+.TH sigreturn 2 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
sigreturn, rt_sigreturn \- return from signal handler and cleanup stack frame
.SH LIBRARY
@@ -52,12 +52,14 @@ at the point where it was interrupted by the signal.
.SH RETURN VALUE
.BR sigreturn ()
never returns.
-.SH STANDARDS
+.SH VERSIONS
Many UNIX-type systems have a
.BR sigreturn ()
system call or near equivalent.
However, this call is not specified in POSIX,
and details of its behavior vary across systems.
+.SH STANDARDS
+None.
.SH NOTES
.BR sigreturn ()
exists only to allow the implementation of signal handlers.