Date: Thu, 5 Dec 2024 17:30:00 GMT From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 028dae5d3e88 - main - style(9): fix typo Message-ID: <202412051730.4B5HU0Rv029231@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=028dae5d3e886fe4c171689d9fc733e1bd68be71 commit 028dae5d3e886fe4c171689d9fc733e1bd68be71 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-12-05 17:28:42 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-12-05 17:29:32 +0000 style(9): fix typo Reported by: olce Fixes: ebfb117e2e04 style(9): deprecate blank lines without local vars --- share/man/man9/style.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 04ee6fcdc0dd..0e766840c9ee 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -822,7 +822,7 @@ usage(void) .Pp Functions should have local variable declarations first, followed by one blank line, followed by the first statement. -If no local variables are declared, the first line should be a statment. +If no local variables are declared, the first line should be a statement. Older versions of this .Nm document required a blank line before code.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412051730.4B5HU0Rv029231>