pidfd_send_signal.2: tfix

Reported-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-09-24 21:10:39 +02:00
parent d651cc6015
commit 6ff9a0d85e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ pidfd_send_signal \- send a signal to a process specified by a file descriptor
.nf
.B "#include <signal.h>"
.PP
.BI "int pidfd_send_signal(int " pidfd ", int " sig ", siginfo_t " info ,
.BI "int pidfd_send_signal(int " pidfd ", int " sig ", siginfo_t *" info ,
.BI " unsigned int " flags );
.fi
.SH DESCRIPTION