aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/exit_group.22
-rw-r--r--man2/getunwind.22
2 files changed, 2 insertions, 2 deletions
diff --git a/man2/exit_group.2 b/man2/exit_group.2
index b512927d47..d197f1f2e4 100644
--- a/man2/exit_group.2
+++ b/man2/exit_group.2
@@ -28,7 +28,7 @@ exit_group \- exit all threads in a process
.SH SYNOPSIS
.nf
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
-.B #inlcude <unistd.h>
+.B #include <unistd.h>
.PP
.BI "noreturn void syscall(SYS_exit_group, int " status );
.fi
diff --git a/man2/getunwind.2 b/man2/getunwind.2
index 2c44506c74..403bd77709 100644
--- a/man2/getunwind.2
+++ b/man2/getunwind.2
@@ -31,7 +31,7 @@ getunwind \- copy the unwind data to caller's buffer
.nf
.B #include <linux/unwind.h>
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
-.B #inlcude <unistd.h>
+.B #include <unistd.h>
.PP
.BI "long syscall(SYS_getunwind, void " *buf ", size_t " buf_size );
.fi