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>
This commit is contained in:
Jakub Wilk 2021-05-09 22:19:41 +02:00 committed by Michael Kerrisk
parent c9ad020677
commit ba48f20bc4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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