vrana Sun Jul 25 13:01:05 2004 EDT
Modified files:
/phpdoc/entities global.ent
/phpdoc/en/reference/regex reference.xml
Log:
Link to regex manpage
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.190&r2=1.191&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.190 phpdoc/entities/global.ent:1.191
--- phpdoc/entities/global.ent:1.190 Thu Jul 15 22:29:37 2004
+++ phpdoc/entities/global.ent Sun Jul 25 13:01:05 2004
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.190 2004/07/16 02:29:37 curt Exp $
+ $Id: global.ent,v 1.191 2004/07/25 17:01:05 vrana Exp $
Contains global "macros" for all the XML documents.
@@ -262,6 +262,7 @@
<!ENTITY url.redhat "http://www.redhat.com/">
<!ENTITY url.redhat.support "http://redhat.com/docs/manuals/ccvs/">
<!ENTITY url.redhat.mcve "http://www.mcve.com/">
+<!ENTITY url.regex.man "http://www.tin.org/bin/man.cgi?section=7&topic=regex">
<!-- linking to specific rfcs is done like so: &url.rfc;xxxx so for example
&url.rfc;2042 -->
<!ENTITY url.rfc 'http://www.faqs.org/rfcs/rfc'>
<!ENTITY url.iana.system-names
'http://www.iana.org/assignments/operating-system-names'>
http://cvs.php.net/diff.php/phpdoc/en/reference/regex/reference.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/regex/reference.xml
diff -u phpdoc/en/reference/regex/reference.xml:1.10
phpdoc/en/reference/regex/reference.xml:1.11
--- phpdoc/en/reference/regex/reference.xml:1.10 Thu Jul 8 11:42:48 2004
+++ phpdoc/en/reference/regex/reference.xml Sun Jul 25 13:01:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<reference id="ref.regex">
<title>Regular Expression Functions (POSIX Extended)</title>
<titleabbrev>POSIX Regex</titleabbrev>
@@ -25,8 +25,8 @@
<para>
Regular expressions are used for complex string manipulation.
PHP uses the POSIX extended regular expressions as defined by POSIX
- 1003.2. For a full description of POSIX regular expressions see the regex
- man pages included in the regex directory in the PHP distribution. It's
+ 1003.2. For a full description of POSIX regular expressions see the <ulink
url="&url.regex.man;">regex
+ man pages</ulink> included in the regex directory in the PHP distribution. It's
in manpage format, so you'll want to do something along the lines of
<command>man /usr/local/src/regex/regex.7</command> in order to read it.
</para>