Fix broken reference between the ASCII/EBCDIC conversion functions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34215 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Kraemer 2000-10-20 15:01:00 +00:00
parent 37ead82a87
commit 0f0f5f45ce

View file

@ -181,14 +181,14 @@ while (list ($header, $value) = each ($headers)) {
</funcprototype>
</funcsynopsis>
<para>
<function>ASCII2EBCDIC</function> is an Apache-specific function which
<function>ascii2ebcdic</function> is an Apache-specific function which
is available only on EBCDIC based operating systems (OS/390, BS2000).
It translates the ASCII encoded string <parameter>ascii_str</parameter>
to its equivalent EBCDIC representation (binary safe), and returns
the result.
</para>
<para>
See also the reverse function <function>EBCDIC2ASCII</function>
See also the reverse function <function>ebcdic2ascii</function>
</para>
</refsect1>
</refentry>
@ -207,14 +207,14 @@ while (list ($header, $value) = each ($headers)) {
</funcprototype>
</funcsynopsis>
<para>
<function>EBCDIC2ASCII</function> is an Apache-specific function which
<function>ebcdic2ascii</function> is an Apache-specific function which
is available only on EBCDIC based operating systems (OS/390, BS2000).
It translates the EBCDIC encoded string <parameter>ebcdic_str</parameter>
to its equivalent ASCII representation (binary safe), and returns
the result.
</para>
<para>
See also the reverse function <function>ASCII2EBCDIC</function>
See also the reverse function <function>ascii2ebcdic</function>
</para>
</refsect1>
</refentry>