From nobody Thu Oct 7 16:23:58 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0AF0A12BBC11 for ; Thu, 7 Oct 2021 16:24:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HQGq36zkCz3r8j; Thu, 7 Oct 2021 16:23:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 7E65C29E8B; Thu, 7 Oct 2021 16:23:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: f8ff165772 - main - Collapse a wrapped line To: Glen Barber , doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org References: <202110070019.1970JiDw006781@gitrepo.freebsd.org> From: John Baldwin Message-ID: <68e3edbb-d3e8-4c38-4b23-4958ac0d00d8@FreeBSD.org> Date: Thu, 7 Oct 2021 09:23:58 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 In-Reply-To: <202110070019.1970JiDw006781@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 10/6/21 5:19 PM, Glen Barber wrote: > The branch main has been updated by gjb: > > URL: https://cgit.FreeBSD.org/doc/commit/?id=f8ff165772d16da164773800034f79e7c3799b0a > > commit f8ff165772d16da164773800034f79e7c3799b0a > Author: Glen Barber > AuthorDate: 2021-10-07 00:19:10 +0000 > Commit: Glen Barber > CommitDate: 2021-10-07 00:19:10 +0000 > > Collapse a wrapped line > > Sponsored by: Rubicon Communications, LLC ("Netgate") > --- > documentation/content/en/books/porters-handbook/versions/_index.adoc | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc > index 6bec40b1e2..0e5dfd87d4 100644 > --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc > +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc > @@ -207,8 +207,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg > |1400036 > |gitref:ac847dbf73685a5df9f70bbcdefa9fdeb559071d[repository="src",length=12] > |Oct 6, 2021 > -|14.0-CURRENT after extending the AES-CCM and Chacha20-Poly1305 > -|ciphers in OCF to support multiple nonce lengths. > +|14.0-CURRENT after extending the AES-CCM and Chacha20-Poly1305 ciphers in OCF to support multiple nonce lengths. > |=== Huh, I didn't know our new system isn't capable of handling wrapped text. We have wrapped text in all sorts of other places in our docs. This is quite non-obvious. -- John Baldwin