Date: Mon, 4 Nov 2024 16:16:51 GMT From: Mitchell Horne <mhorne@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ba036fce2573 - stable/14 - thr_kill(2): fix title Message-ID: <202411041616.4A4GGpZm010834@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411041616.4A4GGpZm010834>