From fb30841679c57829c7791ca2812a9b5d9c291076 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 31 Dec 2020 15:13:41 +0100 Subject: [PATCH] perfmonctl.2, pidfd_send_signal.2: ffix: Ensure statement about no wrapper function is a new paragraph Signed-off-by: Michael Kerrisk --- man2/perfmonctl.2 | 1 + man2/pidfd_send_signal.2 | 1 + 2 files changed, 2 insertions(+) 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