git: 0d1ac69d47 - main - 12.4 Release notes: Move text to proper subsection

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sat, 12 Nov 2022 17:18:45 UTC
The branch main has been updated by fernape:

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

commit 0d1ac69d474dc0e02a304e9af62e4b8b1a7bcbb6
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-11-12 16:18:22 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-12 16:18:22 +0000

    12.4 Release notes: Move text to proper subsection
---
 website/content/en/releases/12.4R/relnotes.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index 7d7761deed..d02ea396db 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -188,6 +188,9 @@ The man:unbound[8] utility has been updated to version 1.16.3.
 
 This section covers changes to kernel configurations, system tuning, and system control parameters that are not otherwise categorized.
 
+[[kernel-general]]
+=== General Kernel Changes
+
 The man:hwpmc[4] framework had a counter/interrupt state initialization bug fixed for arm64. It also added IDs for Intel Comet/Ice/Tiger/Rocketlake CPUs.
 
 The man:iflib[4] network interface driver framework had a lock order reversal (LOR) fixed, the vlan processing in the drivers has been fixed. Also some data races that produced crashes on VMWare guests using the vmxnet3 driver have been fixed.
@@ -202,9 +205,6 @@ The usb subsystem had a use-after-free bug fixed.
 
 The vm subsystem had a problem fixed that broke the vm reservation when it was mistakenly unable to provide a satisfactory set of pages.
 
-[[kernel-general]]
-=== General Kernel Changes
-
 
 [[drivers]]
 == Devices and Drivers
@@ -249,11 +249,11 @@ The man:vt[4] virtual terminal console driver had a bug fixed about colour in pi
 
 This section covers changes and additions to file systems and other storage subsystems, both local and networked.
 
-The man:fusefs[5] file system in userspace had several bugs fixed including a race condition, an undefined variable access, and a couple of bugs regarding OP_RECLAIM. Other fixes and improvements have been added.
-
 [[storage-general]]
 === General Storage
 
+The man:fusefs[5] file system in userspace had several bugs fixed including a race condition, an undefined variable access, and a couple of bugs regarding OP_RECLAIM. Other fixes and improvements have been added.
+
 
 [[boot]]
 == Boot Loader Changes