git: ba036fce2573 - stable/14 - thr_kill(2): fix title
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Nov 2024 16:16:51 UTC
The branch stable/14 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=ba036fce257399b328d8c829ad402234d18dd94f
commit ba036fce257399b328d8c829ad402234d18dd94f
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2024-10-15 14:11:28 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-11-04 16:15:11 +0000
thr_kill(2): fix title
Mandoc emits a STYLE warning due to the lowercase letters.
(cherry picked from commit 23cb03d145292d7a3e6165b4ca74837d497bd3db)
---
lib/libc/sys/thr_kill.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libc/sys/thr_kill.2 b/lib/libc/sys/thr_kill.2
index 3252de13ed8c..63a6e40ef6fc 100644
--- a/lib/libc/sys/thr_kill.2
+++ b/lib/libc/sys/thr_kill.2
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.Dd May 5, 2020
-.Dt THR_kill 2
+.Dt THR_KILL 2
.Os
.Sh NAME
.Nm thr_kill