Remove Describes from titleabbrev

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270660 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2008-12-06 10:39:24 +00:00
parent 888aa30a18
commit 47dd17e302
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
<article xml:id="reference.pcre.pattern.modifiers" xmlns="http://docbook.org/ns/docbook">
<title>Pattern Modifiers</title>
<titleabbrev>Describes possible modifiers in regex patterns</titleabbrev>
<titleabbrev>Possible modifiers in regex patterns</titleabbrev>
<para>
The current possible PCRE modifiers are listed below. The names
in parentheses refer to internal PCRE names for these modifiers.

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.22 $ -->
<!-- $Revision: 1.23 $ -->
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
<chapter xml:id="reference.pcre.pattern.syntax" xmlns="http://docbook.org/ns/docbook">
<title>Pattern Syntax</title>
<titleabbrev>Describes PCRE regex syntax</titleabbrev>
<titleabbrev>PCRE regex syntax</titleabbrev>
<section xml:id="regexp.reference">
<title>Regular Expression Details</title>