From owner-svn-src-head@freebsd.org Thu Nov 5 23:28:28 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E02F3A27756 for ; Thu, 5 Nov 2015 23:28:28 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 A5F7C1CFE for ; Thu, 5 Nov 2015 23:28:28 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Thu, 5 Nov 2015 23:28:54 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id tA5NSO5O049554; Thu, 5 Nov 2015 16:28:25 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1446766105.91534.407.camel@freebsd.org> Subject: Re: svn commit: r290428 - head/share/man/man9 From: Ian Lepore To: "O'Connor, Daniel" , Adrian Chadd Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Thu, 05 Nov 2015 16:28:25 -0700 In-Reply-To: <84180B50-DEE2-454F-BD8E-C7F1B97CD301@dons.net.au> References: <201511052250.tA5MoMOk060206@repo.freebsd.org> <84180B50-DEE2-454F-BD8E-C7F1B97CD301@dons.net.au> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 05 Nov 2015 23:28:29 -0000 On Fri, 2015-11-06 at 09:37 +1030, O'Connor, Daniel wrote: > Presumably the intent was to have an extra line after the \ so diffs > are reduced for future additions. > Yeah. I wish we did that pretty much universally wherever lists of things appear (SRCS and OBJS lists in makefiles, a trailing comma on ar ray and enum init lists in C, etc). -- Ian > > On 6 Nov 2015, at 09:20, Adrian Chadd wrote: > > > > Author: adrian > > Date: Thu Nov 5 22:50:21 2015 > > New Revision: 290428 > > URL: https://svnweb.freebsd.org/changeset/base/290428 > > > > Log: > > remove \, it confuses things. > > > > Modified: > > head/share/man/man9/Makefile > > > > Modified: head/share/man/man9/Makefile > > =================================================================== > > =========== > > --- head/share/man/man9/Makefile Thu Nov 5 22:44:36 2015 > > (r290427) > > +++ head/share/man/man9/Makefile Thu Nov 5 22:50:21 2015 > > (r290428) > > @@ -1294,7 +1294,7 @@ MLINKS+=pci.9 pci_alloc_msi.9 \ > > pci.9 pci_write_config.9 \ > > pci.9 pcie_adjust_config.9 \ > > pci.9 pcie_read_config.9 \ > > - pci.9 pcie_write_config.9 \ > > + pci.9 pcie_write_config.9 > > MLINKS+=pci_iov_schema.9 pci_iov_schema_alloc_node.9 \ > > pci_iov_schema.9 pci_iov_schema_add_bool.9 \ > > pci_iov_schema.9 pci_iov_schema_add_string.9 \ > > _______________________________________________ > > svn-src-all@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/svn-src-all > > To unsubscribe, send any mail to " > > svn-src-all-unsubscribe@freebsd.org" > > -- > Daniel O'Connor > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum > GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C > > >