From owner-svn-src-head@freebsd.org Fri Sep 30 10:48:59 2016 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 4D706C02606; Fri, 30 Sep 2016 10:48:59 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 18DB61A1D; Fri, 30 Sep 2016 10:48:58 +0000 (UTC) (envelope-from des@des.no) Received: from desk.des.no (smtp.des.no [194.63.250.102]) by smtp.des.no (Postfix) with ESMTP id C12B5473E; Fri, 30 Sep 2016 10:48:51 +0000 (UTC) Received: by desk.des.no (Postfix, from userid 1001) id D29C3445E3; Fri, 30 Sep 2016 12:48:50 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: src-committers@freebsd.org Cc: svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r306488 - head/lib/libc/sys References: <201609300923.u8U9NTP6067478@repo.freebsd.org> Date: Fri, 30 Sep 2016 12:48:50 +0200 In-Reply-To: <201609300923.u8U9NTP6067478@repo.freebsd.org> ("Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav=22's?= message of "Fri, 30 Sep 2016 09:23:29 +0000 (UTC)") Message-ID: <86k2dtr7cd.fsf@desk.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 30 Sep 2016 10:48:59 -0000 Dag-Erling Sm=C3=B8rgrav writes: > Log: > Format the table correctly, using cell separators instead of relying > on *roff or mandoc to guess where one cell ends and the next begins. So apparently, the old version works with *roff but not with mandoc, while the new version works with mandoc but not *roff. Since mandoc is the default in 11+, I'll leave this in while I consult with the authors of mandoc. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no