git: 028dae5d3e88 - main - style(9): fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Dec 2024 17:30:00 UTC
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.