perfmonctl.2, pidfd_send_signal.2: ffix: Ensure statement about no wrapper function is a new paragraph

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-31 15:13:41 +01:00
parent 76c5631fb4
commit fb30841679
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ perfmonctl \- interface to IA-64 performance monitoring unit
.PP
.BI "long perfmonctl(int " fd ", int " cmd ", void *" arg ", int " narg ");"
.fi
.PP
.IR Note :
There is no glibc wrapper for this system call; see NOTES.
.SH DESCRIPTION

View File

@ -32,6 +32,7 @@ pidfd_send_signal \- send a signal to a process specified by a file descriptor
.BI "int pidfd_send_signal(int " pidfd ", int " sig ", siginfo_t *" info ,
.BI " unsigned int " flags );
.fi
.PP
.IR Note :
There is no glibc wrapper for this system call; see NOTES.
.SH DESCRIPTION