From: Jakub Wilk <jwilk@xxxxxxxxx> Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man2/exit_group.2 | 2 +- man2/getunwind.2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/exit_group.2 b/man2/exit_group.2 index b512927d4..d197f1f2e 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 2c44506c7..403bd7770 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 -- 2.31.1