summaryrefslogtreecommitdiffstats
path: root/man2/getunwind.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getunwind.2')
-rw-r--r--man2/getunwind.211
1 files changed, 5 insertions, 6 deletions
diff --git a/man2/getunwind.2 b/man2/getunwind.2
index 47afbaa5c..eaf7117ef 100644
--- a/man2/getunwind.2
+++ b/man2/getunwind.2
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH getunwind 2 2022-11-10 "Linux man-pages 6.03"
+.TH getunwind 2 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
getunwind \- copy the unwind data to caller's buffer
.SH LIBRARY
@@ -75,12 +75,11 @@ fails with the error
.B EFAULT
if the unwind info can't be stored in the space specified by
.IR buf .
-.SH VERSIONS
-This system call is available since Linux 2.4.
.SH STANDARDS
-This system call is Linux-specific,
-and is available only on the IA-64 architecture.
-.SH NOTES
+Linux on IA-64.
+.SH HISTORY
+Linux 2.4.
+.PP
This system call has been deprecated.
The modern way to obtain the kernel's unwind data is via the
.BR vdso (7).