svn commit: r1935381 - httpd/httpd/branches/2.4.x/docs/manual/mod
[email protected] Mon, 15 Jun 2026 19:13:43 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178155082339.2129381.4824518137755677073@svn03-he-fi> |
Author: rbowen
Date: Mon Jun 15 19:13:43 2026
New Revision: 1935381
Log:
Remove duplicated paragraph about regex
Modified:
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml Mon Jun 15 19:03:57 2026 (r1935380)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml Mon Jun 15 19:13:43 2026 (r1935381)
@@ -1,4 +1,4 @@
-<a?xml version="1.0"?>
+<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- $LastChangedRevision$ -->
@@ -1259,11 +1259,6 @@ sections and consider both set of statem
</example>
</note>
- <p>For some hints on <glossary ref="regex">regular
- expressions</glossary>, see
- the <a href="../rewrite/intro.html#regex">mod_rewrite
- Introduction</a>.</p>
-
<p>For information on <glossary ref="regex">regular
expressions</glossary>, including the use of the
<code>!</code> prefix to negate a pattern, see the