Date: Wed, 21 Feb 2018 01:37:22 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329686 - head/share/man/man9 Message-ID: <201802210137.w1L1bMQX010077@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802210137.w1L1bMQX010077>