git: 6402d2d68e - main - fix links to ata(4) and ixl(4) manual pages
John Baldwin
jhb at FreeBSD.org
Thu Feb 18 17:36:38 UTC 2021
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 <gjb at FreeBSD.org>
> AuthorDate: 2021-02-18 17:12:30 +0000
> Commit: Glen Barber <gjb at FreeBSD.org>
> 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
More information about the dev-commits-doc-all
mailing list