Remove ARM v5 from supported architecture list in pcre2jit documentation
diff --git a/doc/html/pcre2jit.html b/doc/html/pcre2jit.html
index 8eb86f2..d97d800 100644
--- a/doc/html/pcre2jit.html
+++ b/doc/html/pcre2jit.html
@@ -52,7 +52,7 @@
 you want to use JIT. The support is limited to the following hardware
 platforms:
 <pre>
-  ARM 32-bit (v5, v7, and Thumb2)
+  ARM 32-bit (v7, and Thumb2)
   ARM 64-bit
   IBM s390x 64 bit
   Intel x86 32-bit and 64-bit
@@ -487,9 +487,9 @@
 </P>
 <br><a name="SEC14" href="#TOC1">REVISION</a><br>
 <P>
-Last updated: 23 January 2023
+Last updated: 21 February 2024
 <br>
-Copyright &copy; 1997-2023 University of Cambridge.
+Copyright &copy; 1997-2024 University of Cambridge.
 <br>
 <p>
 Return to the <a href="index.html">PCRE2 index page</a>.
diff --git a/doc/pcre2.txt b/doc/pcre2.txt
index e160647..4c0095d 100644
--- a/doc/pcre2.txt
+++ b/doc/pcre2.txt
@@ -189,8 +189,8 @@
 
 PCRE2 10.38                     27 August 2021                        PCRE2(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2API(3)                Library Functions Manual                PCRE2API(3)
 
@@ -4004,8 +4004,8 @@
 
 PCRE2 10.43                     27 January 2024                    PCRE2API(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2BUILD(3)              Library Functions Manual              PCRE2BUILD(3)
 
@@ -4630,8 +4630,8 @@
 
 PCRE2 10.43                       24 November                    PCRE2BUILD(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2CALLOUT(3)            Library Functions Manual            PCRE2CALLOUT(3)
 
@@ -5064,8 +5064,8 @@
 
 PCRE2 10.43                     19 January 2024                PCRE2CALLOUT(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2COMPAT(3)             Library Functions Manual             PCRE2COMPAT(3)
 
@@ -5298,8 +5298,8 @@
 
 PCRE2 10.43                    30 November 2023                 PCRE2COMPAT(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2JIT(3)                Library Functions Manual                PCRE2JIT(3)
 
@@ -5333,7 +5333,7 @@
        built  if  you want to use JIT. The support is limited to the following
        hardware platforms:
 
-         ARM 32-bit (v5, v7, and Thumb2)
+         ARM 32-bit (v7, and Thumb2)
          ARM 64-bit
          IBM s390x 64 bit
          Intel x86 32-bit and 64-bit
@@ -5739,14 +5739,14 @@
 
 REVISION
 
-       Last updated: 23 January 2023
-       Copyright (c) 1997-2023 University of Cambridge.
+       Last updated: 21 February 2024
+       Copyright (c) 1997-2024 University of Cambridge.
 
 
-PCRE2 10.43                     23 January 2023                    PCRE2JIT(3)
+PCRE2 10.43                    21 February 2024                    PCRE2JIT(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2LIMITS(3)             Library Functions Manual             PCRE2LIMITS(3)
 
@@ -5829,8 +5829,8 @@
 
 PCRE2 10.43                      1 August 2023                  PCRE2LIMITS(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2MATCHING(3)           Library Functions Manual           PCRE2MATCHING(3)
 
@@ -6058,8 +6058,8 @@
 
 PCRE2 10.43                     19 January 2024               PCRE2MATCHING(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2PARTIAL(3)            Library Functions Manual            PCRE2PARTIAL(3)
 
@@ -6442,8 +6442,8 @@
 
 PCRE2 10.34                    04 September 2019               PCRE2PARTIAL(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2PATTERN(3)            Library Functions Manual            PCRE2PATTERN(3)
 
@@ -10006,8 +10006,8 @@
 
 PCRE2 10.43                     19 January 2024                PCRE2PATTERN(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2PERFORM(3)            Library Functions Manual            PCRE2PERFORM(3)
 
@@ -10262,8 +10262,8 @@
 
 PCRE2 10.41                      27 July 2022                  PCRE2PERFORM(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2POSIX(3)              Library Functions Manual              PCRE2POSIX(3)
 
@@ -10621,8 +10621,8 @@
 
 PCRE2 10.43                     19 January 2024                  PCRE2POSIX(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2SAMPLE(3)             Library Functions Manual             PCRE2SAMPLE(3)
 
@@ -10907,8 +10907,8 @@
 
 PCRE2 10.32                      27 June 2018                PCRE2SERIALIZE(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2SYNTAX(3)             Library Functions Manual             PCRE2SYNTAX(3)
 
@@ -11494,8 +11494,8 @@
 
 PCRE2 10.43                     12 October 2023                 PCRE2SYNTAX(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
 
 PCRE2UNICODE(3)            Library Functions Manual            PCRE2UNICODE(3)
 
@@ -11960,5 +11960,5 @@
 
 PCRE2 10.43                    04 February 2023                PCRE2UNICODE(3)
 ------------------------------------------------------------------------------
-
-
+ 
+ 
diff --git a/doc/pcre2demo.3 b/doc/pcre2demo.3
index 73f26e7..e17f186 100644
--- a/doc/pcre2demo.3
+++ b/doc/pcre2demo.3
@@ -1,4 +1,4 @@
-.TH PCRE2DEMO 3 "16 February 2024" "PCRE2 10.43-RC1"
+.TH PCRE2DEMO 3 "21 February 2024" "PCRE2 10.43"
 .\"AUTOMATICALLY GENERATED BY PrepareRelease - do not EDIT!
 .SH NAME
 PCRE2DEMO - A demonstration C program for PCRE2
diff --git a/doc/pcre2jit.3 b/doc/pcre2jit.3
index 9b40ef5..8798089 100644
--- a/doc/pcre2jit.3
+++ b/doc/pcre2jit.3
@@ -1,4 +1,4 @@
-.TH PCRE2JIT 3 "23 January 2023" "PCRE2 10.43"
+.TH PCRE2JIT 3 "21 February 2024" "PCRE2 10.43"
 .SH NAME
 PCRE2 - Perl-compatible regular expressions (revised API)
 .SH "PCRE2 JUST-IN-TIME COMPILER SUPPORT"
@@ -27,7 +27,7 @@
 you want to use JIT. The support is limited to the following hardware
 platforms:
 .sp
-  ARM 32-bit (v5, v7, and Thumb2)
+  ARM 32-bit (v7, and Thumb2)
   ARM 64-bit
   IBM s390x 64 bit
   Intel x86 32-bit and 64-bit
@@ -476,6 +476,6 @@
 .rs
 .sp
 .nf
-Last updated: 23 January 2023
-Copyright (c) 1997-2023 University of Cambridge.
+Last updated: 21 February 2024
+Copyright (c) 1997-2024 University of Cambridge.
 .fi