--- v2
+++ v1
@@ -14,10 +14,10 @@
1 file changed, 50 insertions(+), 3 deletions(-)
diff --git a/man/man2/pidfd_send_signal.2 b/man/man2/pidfd_send_signal.2
-index c4a9ce40e..70eaaa34f 100644
+index c7aecbf96..11d81dbe2 100644
--- a/man/man2/pidfd_send_signal.2
+++ b/man/man2/pidfd_send_signal.2
-@@ -78,8 +78,55 @@ .SH DESCRIPTION
+@@ -77,8 +77,55 @@ .SH DESCRIPTION
.P
The
.I flags
@@ -50,12 +50,12 @@
+will cause the signal to be sent to the specific thread referenced by the
+.I pidfd.
+.TP
-+.BR PIDFD_SIGNAL_THREAD " (since Linux 6.9)"
++.BR PIDFD_SIGNAL_THREAD " (since Linux v6.9)"
+.\" commit e1fb1dc08e73466830612bcf2f9f72180965c9ba
+Ensure that the signal is sent to the specific thread referenced by
+.I pidfd.
+.TP
-+.BR PIDFD_SIGNAL_THREAD_GROUP " (since Linux 6.9)"
++.BR PIDFD_SIGNAL_THREAD_GROUP " (since Linux v6.9)"
+.\" commit e1fb1dc08e73466830612bcf2f9f72180965c9ba
+If
+.I pidfd
@@ -64,7 +64,7 @@
+.I pidfd
+was created to refer to a specific thread.
+.TP
-+.BR PIDFD_SIGNAL_PROCESS_GROUP " (since Linux 6.9)"
++.BR PIDFD_SIGNAL_PROCESS_GROUP " (since Linux v6.9)"
+.\" commit e1fb1dc08e73466830612bcf2f9f72180965c9ba
+If
+.I pidfd
@@ -75,7 +75,7 @@
.SH RETURN VALUE
On success,
.BR pidfd_send_signal ()
-@@ -103,7 +150,7 @@ .SH ERRORS
+@@ -102,7 +149,7 @@ .SH ERRORS
.TP
.B EINVAL
.I flags
@@ -85,5 +85,5 @@
.B EPERM
The calling process does not have permission to send the signal
--
-2.51.0
+2.45.2