Author: kevans Date: Wed Feb 21 01:37:22 2018 New Revision: 329686 URL: https://svnweb.freebsd.org/changeset/base/329686
Log: style.lua(9): Drop notes about semicolons It is generally agreed upon that they are ugly and should not be used except where needed. Modified: head/share/man/man9/style.lua.9 Modified: head/share/man/man9/style.lua.9 ============================================================================== --- head/share/man/man9/style.lua.9 Wed Feb 21 01:35:19 2018 (r329685) +++ head/share/man/man9/style.lua.9 Wed Feb 21 01:37:22 2018 (r329686) @@ -69,10 +69,6 @@ Indentation and wrapping should match the guidelines p 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
