diff --git a/share/man/man9/style.lua.9 b/share/man/man9/style.lua.9 index c1119fe60144..989aed453874 100644 --- a/share/man/man9/style.lua.9 +++ b/share/man/man9/style.lua.9 @@ -69,10 +69,6 @@ Indentation and wrapping should match the guidelines provided by Do note that it is ok to wrap much earlier than 80 columns if readability would otherwise suffer. .Pp -Statements should be terminated with a semicolon. -.Ic end -should not be terminated with a semicolon. -.Pp Where possible, .Fn s:method ... is preferred to