get_robust_list.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-04-05 13:39:12 +02:00
parent eb4a40e023
commit 843c01931c
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ get_robust_list, set_robust_list \- get/set list of robust futexes
.SH SYNOPSIS
.nf
.BR "#include <linux/futex.h>" \
" /* Definition of " "struct robust_list_head" " */"
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
" /* Definition of " "struct robust_list_head" " */"
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.PP
.BI "long syscall(SYS_get_robust_list, int " pid ,