Date: Wed, 20 Apr 2022 10:33:11 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: cebd29c950dc - main - tslog(4): Fix a typo in the manual page Message-ID: <202204201033.23KAXBu9000825@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=cebd29c950dc68cc416b9bd55ad62b9e7e25c077 commit cebd29c950dc68cc416b9bd55ad62b9e7e25c077 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-20 10:33:00 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-20 10:33:00 +0000 tslog(4): Fix a typo in the manual page - s/schedulling/scheduling/ MFC after: 3 days --- share/man/man4/tslog.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/tslog.4 b/share/man/man4/tslog.4 index 7d36898a6533..e3ee8bca0fee 100644 --- a/share/man/man4/tslog.4 +++ b/share/man/man4/tslog.4 @@ -112,7 +112,7 @@ process. is not always the right tool for profiling early kernel initialization. The reason is it requires some kernel subroutines which are not yet available early in the boot process, e.g.: -traps, memory allocation, or thread schedulling. +traps, memory allocation, or thread scheduling. .Nm depends on fewer kernel subroutines than .Xr dtrace 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204201033.23KAXBu9000825>