git: 23cb03d14529 - main - thr_kill(2): fix title
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Oct 2024 20:45:07 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=23cb03d145292d7a3e6165b4ca74837d497bd3db
commit 23cb03d145292d7a3e6165b4ca74837d497bd3db
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2024-10-15 14:11:28 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-10-15 20:44:52 +0000
thr_kill(2): fix title
Mandoc emits a STYLE warning due to the lowercase letters.
---
lib/libsys/thr_kill.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libsys/thr_kill.2 b/lib/libsys/thr_kill.2
index 3252de13ed8c..63a6e40ef6fc 100644
--- a/lib/libsys/thr_kill.2
+++ b/lib/libsys/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