Date: Tue, 15 Oct 2024 20:45:07 GMT From: Mitchell Horne <mhorne@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 23cb03d14529 - main - thr_kill(2): fix title Message-ID: <202410152045.49FKj7sI068975@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410152045.49FKj7sI068975>