git: 30bb972944 - main - Work around AsciiDoc quirk: escaping a # character with a \ somehow causes any [.filename] entries on the line to be ignored. Instead, use # to represent the # character, which makes AsciiDoc behave as expected.

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Sun, 31 Dec 2023 15:24:31 UTC
The branch main has been updated by dim:

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

commit 30bb97294477116ba60a9b765a9d25ee6da909b9
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-12-31 15:24:03 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-12-31 15:24:03 +0000

    Work around AsciiDoc quirk: escaping a # character with a \ somehow
    causes any [.filename] entries on the line to be ignored. Instead, use
    &#35; to represent the # character, which makes AsciiDoc behave as
    expected.
---
 documentation/content/en/books/porters-handbook/versions/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc
index 2c1e8c87b4..441fa074b4 100644
--- a/documentation/content/en/books/porters-handbook/versions/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc
@@ -88,7 +88,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |1500005
 |gitref:21fce617d1de231a30833cdd9819ef61277b08d8[repository="src",length=12]
 |November 27, 2023
-|15.0-CURRENT after a string of mechanical changes to the tree: SCCS IDs removed, \#if 0'd copyright strings removed, mechanical style fix after this churn and some macros removed from [.filename]#sys/cdefs.h#.
+|15.0-CURRENT after a string of mechanical changes to the tree: SCCS IDs removed, &#35;if 0'd copyright strings removed, mechanical style fix after this churn and some macros removed from [.filename]#sys/cdefs.h#.
 
 |1500006
 |gitref:c711af7727824da79d87f375f3d6829feec3799a[repository="src",length=12]