summaryrefslogtreecommitdiffstats
path: root/man2/pidfd_send_signal.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/pidfd_send_signal.2')
-rw-r--r--man2/pidfd_send_signal.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/pidfd_send_signal.2 b/man2/pidfd_send_signal.2
index c44cf25ef..3898eef9e 100644
--- a/man2/pidfd_send_signal.2
+++ b/man2/pidfd_send_signal.2
@@ -177,7 +177,7 @@ if that process terminates,
fails with the error
.BR ESRCH .
.SH EXAMPLES
-.nf
+.EX
#define _GNU_SOURCE
#include <limits.h>
#include <signal.h>
@@ -244,7 +244,7 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
-.fi
+.EE
.SH SEE ALSO
.BR clone (2),
.BR kill (2),
@@ -254,7 +254,7 @@ main(int argc, char *argv[])
.BR pid_namespaces (7),
.BR signal (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,