Don't use the alias

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250089 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-01-07 19:59:06 +00:00
parent e319c0353b
commit ad450d6c03

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strrchr">
<refnamediv>
<refname>strrchr</refname>
@ -38,7 +38,7 @@
<para>
If <parameter>needle</parameter> contains more than one character,
only the first is used. This behavior is different from that of
<function>strchr</function>.
<function>strstr</function>.
</para>
<para>
If <parameter>needle</parameter> is not a string, it is converted to