From owner-svn-src-head@freebsd.org Mon Feb 19 23:04:40 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0856BF076FD for ; Mon, 19 Feb 2018 23:04:40 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 834DA71AAC for ; Mon, 19 Feb 2018 23:04:39 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 2f8d2f57-15c9-11e8-b951-f99fef315fd9 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id 2f8d2f57-15c9-11e8-b951-f99fef315fd9; Mon, 19 Feb 2018 23:04:07 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w1JN4ZEu055971; Mon, 19 Feb 2018 16:04:35 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1519081475.91697.32.camel@freebsd.org> Subject: Re: svn commit: r329610 - head/share/man/man9 From: Ian Lepore To: Kyle Evans , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Mon, 19 Feb 2018 16:04:35 -0700 In-Reply-To: <201802192254.w1JMsAsK097549@repo.freebsd.org> References: <201802192254.w1JMsAsK097549@repo.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2018 23:04:40 -0000 On Mon, 2018-02-19 at 22:54 +0000, Kyle Evans wrote: > Author: kevans > Date: Mon Feb 19 22:54:10 2018 > New Revision: 329610 > URL: https://svnweb.freebsd.org/changeset/base/329610 > > Log: >   style.lua(9): Note that wrapping at 80-columns is not rigid > > > [...] > +Do note that it is ok to wrap much earlier than 80 columns if readability would > +otherwise suffer. > Cool. Now if we could just get the same change to style(9) for C... :) -- Ian