diff --git a/man2/perfmonctl.2 b/man2/perfmonctl.2 index b8ebf73f7..8c010069d 100644 --- a/man2/perfmonctl.2 +++ b/man2/perfmonctl.2 @@ -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 diff --git a/man2/pidfd_send_signal.2 b/man2/pidfd_send_signal.2 index 7b1dc782d..da10c7d0f 100644 --- a/man2/pidfd_send_signal.2 +++ b/man2/pidfd_send_signal.2 @@ -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