git: a113441ded - main - relnotes: fix-up some section oddities

Mitchell Horne mhorne at FreeBSD.org
Thu Apr 8 18:56:59 UTC 2021


The branch main has been updated by mhorne (src committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=a113441ded594645f480c724a96f75e7d0f9dc65

commit a113441ded594645f480c724a96f75e7d0f9dc65
Author:     Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-04-07 20:59:38 +0000
Commit:     Mitchell Horne <mhorne at FreeBSD.org>
CommitDate: 2021-04-08 18:53:46 +0000

    relnotes: fix-up some section oddities
    
    Remove a duplicate section heading. Move some entries below the appropriate
    headings.
    
    Reviewed by:    gjb
    Differential Revision:  https://reviews.freebsd.org/D29648
---
 website/content/en/releases/13.0R/relnotes.adoc | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc
index 759bcf17b2..42e0d4ee92 100644
--- a/website/content/en/releases/13.0R/relnotes.adoc
+++ b/website/content/en/releases/13.0R/relnotes.adoc
@@ -348,6 +348,9 @@ man:cpld[4] driver was written for powerpc64 and powerpcspe. gitref:2a05eb9f3c4b
 
 This section covers changes and additions to file systems and other storage subsystems, both local and networked.
 
+[[storage-general]]
+=== General Storage
+
 For man:iscsi[4] and man:ctld[8], support for specifying network QoS in the form of DiffServ Codepoints (DSCP) and Ethernet Priority Code Point (PCP) was added. gitref:ddf1072aac49[repository=src] {{< sponsored "NetApp" >}}
 
 The man:ctld[8] utility now supports the `-f` flag to test the validity of configuration files. gitref:7fcbecd004f[repository=src]
@@ -392,9 +395,6 @@ gitref:92bbfe1f0d1f[repository=src]
 The ZFS implementation is now provided by OpenZFS.
 gitref:9e5787d2284e[repository=src] {{< sponsored "iXsystems" >}}
 
-[[storage-general]]
-=== General Storage
-
 
 [[boot]]
 == Boot Loader Changes
@@ -415,15 +415,15 @@ To update old ESP partitions, users should stop using the man:gpart[8] utility.
 Instead, ESP partitions should be mounted as MS-DOS filesystems as [.filename]#/boot/efi#, and [.filename]#/boot/loader.efi# should be copied to [.filename]#/boot/efi/efi/boot/bootx64.efi# if the default setup is use.
 If the man:efibootmgr[8] utility is used to customize the boot environment, this file should be copied to the location set with the `-l` flag.
 
-[[boot-loader]]
-=== Boot Loader Changes
-
 
 [[network]]
 == Networking
 
 This section describes changes that affect networking in FreeBSD.
 
+[[network-general]]
+=== General Network
+
 A new type of man:mbuf[9] (network data buffer) can represent multiple,
 unmapped physical pages as a single buffer.
 This improves the performance of man:sendfile[2] by reducing the length of
@@ -465,9 +465,6 @@ SCTP support is now available as a new [.filename]#sctp.ko# kernel module
 and is no longer compiled into GENERIC by default.
 gitref:e64080e79c53[repository=src] {{< sponsored "The FreeBSD Foundation" >}}
 
-[[network-general]]
-=== General Network
-
 [[hardware]]
 == Hardware Support
 


More information about the dev-commits-doc-all mailing list