]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove libpcre references from docs
authorNick Porter <nick@portercomputing.co.uk>
Mon, 28 Jul 2025 16:17:28 +0000 (17:17 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 29 Jul 2025 08:08:23 +0000 (09:08 +0100)
doc/antora/modules/reference/pages/unlang/condition/regex.adoc
doc/antora/modules/reference/pages/xlat/misc/misc.adoc

index 23ec233328dc89fa27080d3ca332e2489368af46..93a5f28f4c715614f5b50a533ac230c0bd86a4c4 100644 (file)
@@ -49,9 +49,8 @@ expression library available on the local system.
 
 FreeRADIUS currently supports:
 
-* link:https://www.pcre.org/original/doc/html/[libpcre] and
-link:https://www.pcre.org/current/doc/html/[libpcre2] both of which
-provide
+* link:https://www.pcre.org/current/doc/html/[libpcre2] which
+provides
 link:https://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions[Perl
 Compatible Regular expressions].
 * Regex support provided by the local libc implementation, usually
@@ -64,7 +63,6 @@ Use the output of `radiusd -Xxv` to determine which regular expression library i
 
 ....
 ...
-Debug :   regex-pcre               : no
 Debug :   regex-pcre2              : yes
 Debug :   regex-posix              : no
 Debug :   regex-posix-extended     : no
index 0bd61d40ff1425cc7f88ff44c870c34ee57df8a2..8762a7847070e4937f5db833fa8bfc9ab162185a 100644 (file)
@@ -33,12 +33,11 @@ the named capture group values will be cleared.
 
 [NOTE]
 ====
-This expansion is only available if the server is built with libpcre or libpcre2.
+This expansion is only available if the server is built with libpcre2.
 Use the output of `radiusd -Xxv` to determine which regular expression library in use.
 
 ....
 ...
-Debug :   regex-pcre               : no
 Debug :   regex-pcre2              : yes
 Debug :   regex-posix              : no
 Debug :   regex-posix-extended     : no