aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2021-05-09 22:19:41 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-05-10 09:09:11 +1200
commitba48f20bc48bf53c47decd1e1dbc0adad0094eea (patch)
tree2671ab123d1fda1320eaf2be319a79d744258c34 /man2
parentc9ad0206772368b483193aa77c38fe0c025e28a1 (diff)
downloadman-pages-ba48f20bc48bf53c47decd1e1dbc0adad0094eea.tar.gz
exit_group.2, getunwind.2: tfix
Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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