From owner-dev-commits-doc-all@freebsd.org Thu Feb 18 17:36:38 2021 Return-Path: Delivered-To: dev-commits-doc-all@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 36060540ECC for ; Thu, 18 Feb 2021 17:36:38 +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 4DhMMV18sgz4rJd; Thu, 18 Feb 2021 17:36:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (unknown [IPv6:2601:648:8681:1cb0:f03d:5bcf:93a2:4bfa]) (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 B22E279D3; Thu, 18 Feb 2021 17:36:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: 6402d2d68e - main - fix links to ata(4) and ixl(4) manual pages To: Glen Barber , doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org References: <202102181712.11IHCoWT079825@gitrepo.freebsd.org> From: John Baldwin Message-ID: Date: Thu, 18 Feb 2021 09:36:36 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <202102181712.11IHCoWT079825@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 17:36:38 -0000 On 2/18/21 9:12 AM, Glen Barber wrote: > The branch main has been updated by gjb: > > URL: https://cgit.FreeBSD.org/doc/commit/?id=6402d2d68ee47ed49d8aea8151f25ddb483e5a17 > > commit 6402d2d68ee47ed49d8aea8151f25ddb483e5a17 > Author: Glen Barber > AuthorDate: 2021-02-18 17:12:30 +0000 > Commit: Glen Barber > CommitDate: 2021-02-18 17:12:30 +0000 > > fix links to ata(4) and ixl(4) manual pages > > Reported by: jhb > Sponsored by: Rubicon Communications, LLC ("Netgate") > --- > website/content/en/releases/13.0R/hardware.adoc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/website/content/en/releases/13.0R/hardware.adoc b/website/content/en/releases/13.0R/hardware.adoc > index c8a0335eaa..c69c76c69c 100644 > --- a/website/content/en/releases/13.0R/hardware.adoc > +++ b/website/content/en/releases/13.0R/hardware.adoc > @@ -118,7 +118,7 @@ The device lists in this document are being generated automatically from FreeBSD > [[disk]] > === Disk Controllers > > -[amd64, i386, sparc64] IDE/ATA controllers ({{< manpage "fetch" "4">}} driver) > +[amd64, i386, sparc64] IDE/ATA controllers ({{< manpage "ata" "4">}} driver) > > Controllers supported by the {{< manpage "aac" "4">}} driver include: > > @@ -1491,7 +1491,7 @@ The {{< manpage "ixgbe" "4">}} driver supports the following cards: > > Most adapters in the Intel Ethernet 700 Series with SFP+/SFP28/QSFP+ cages have firmware that requires that Intel qualified modules are used; these qualified modules are listed below. This qualification check cannot be disabled by the driver. > > -The ixl{{< manpage "fetch" "4">}} driver supports 40Gb Ethernet adapters with these QSFP+ modules: > +The ixl{{< manpage "ixl" "4">}} driver supports 40Gb Ethernet adapters with these QSFP+ modules: I think for this one we might want to drop the "ixl" in front of the manpage macro so it doesn't get printed twice? At least, other entries in the hardware notes only use the manpage link for the name of the driver (such as the aac line in the first hunk above). -- John Baldwin