From: Nick Porter Date: Mon, 28 Jul 2025 16:17:28 +0000 (+0100) Subject: Remove libpcre references from docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f04a6beb03172c6955cd73d84a34a347a10f9e5;p=thirdparty%2Ffreeradius-server.git Remove libpcre references from docs --- diff --git a/doc/antora/modules/reference/pages/unlang/condition/regex.adoc b/doc/antora/modules/reference/pages/unlang/condition/regex.adoc index 23ec233328..93a5f28f4c 100644 --- a/doc/antora/modules/reference/pages/unlang/condition/regex.adoc +++ b/doc/antora/modules/reference/pages/unlang/condition/regex.adoc @@ -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 diff --git a/doc/antora/modules/reference/pages/xlat/misc/misc.adoc b/doc/antora/modules/reference/pages/xlat/misc/misc.adoc index 0bd61d40ff..8762a78470 100644 --- a/doc/antora/modules/reference/pages/xlat/misc/misc.adoc +++ b/doc/antora/modules/reference/pages/xlat/misc/misc.adoc @@ -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