From owner-svn-src-head@freebsd.org Fri Sep 18 06:44:26 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6D0303DA59B; Fri, 18 Sep 2020 06:44:26 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bt47Z2Fjxz4Crt; Fri, 18 Sep 2020 06:44:26 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from localhost (p4fd3acce.dip0.t-ipconnect.de [79.211.172.206]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id E4FFE2D60A; Fri, 18 Sep 2020 06:44:25 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Fri, 18 Sep 2020 08:44:23 +0200 From: Gordon Bergling To: John Baldwin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r365855 - head/share/man/man9 Message-ID: <20200918064423.GA70291@lion.0xfce3.net> References: <202009172050.08HKo2Ok091379@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: X-Operating-System: FreeBSD 12.2-STABLE amd64 X-Host-Uptime: 8:39AM up 21:59, 3 users, load averages: 0.61, 0.35, 0.23 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 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, 18 Sep 2020 06:44:26 -0000 On Thu, Sep 17, 2020 at 03:40:48PM -0700, John Baldwin wrote: > On 9/17/20 1:50 PM, Gordon Bergling wrote: > > Author: gbe (doc committer) > > Date: Thu Sep 17 20:50:02 2020 > > New Revision: 365855 > > URL: https://svnweb.freebsd.org/changeset/base/365855 > > > > Log: > > crypto_buffer(9): Sort the SEE ALSO section > > > > MFC after: 3 days > > This manpage isn't in stable FWIW. I wasn't aware the crypto_buffer(9) isn't in -STABLE, so I will not MFC this. > > Modified: > > head/share/man/man9/crypto_buffer.9 > > > > Modified: head/share/man/man9/crypto_buffer.9 > > ============================================================================== > > --- head/share/man/man9/crypto_buffer.9 Thu Sep 17 20:42:41 2020 (r365854) > > +++ head/share/man/man9/crypto_buffer.9 Thu Sep 17 20:50:02 2020 (r365855) > > @@ -317,11 +317,10 @@ returns the length in bytes of a contiguous segment. > > returns true if the request uses a separate output buffer. > > .Sh SEE ALSO > > .Xr ipsec 4 , > > -.Xr bus_dma 9 , > > Did you mean to lose this one? (Rest looks fine) No, that is a mistake. I correct it in a few minutes. --Gordon