victor Sun Mar 2 07:53:35 2003 EDT Modified files: /phpdoc/en/reference/misc/functions show-source.xml Log: Incorrectly formatted function alias - fixed Index: phpdoc/en/reference/misc/functions/show-source.xml diff -u phpdoc/en/reference/misc/functions/show-source.xml:1.4 phpdoc/en/reference/misc/functions/show-source.xml:1.5 --- phpdoc/en/reference/misc/functions/show-source.xml:1.4 Mon May 13 18:24:16 2002 +++ phpdoc/en/reference/misc/functions/show-source.xml Sun Mar 2 07:53:34 2003 @@ -1,27 +1,16 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/misc.xml, last change in rev 1.24 --> <refentry id="function.show-source"> <refnamediv> <refname>show_source</refname> - <refpurpose>Syntax highlighting of a file</refpurpose> + <refpurpose>Alias of <function>highlight_file</function></refpurpose> </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> - <type>bool</type><methodname>show_source</methodname> - <methodparam><type>string</type><parameter>filename</parameter></methodparam> - <methodparam - choice="opt"><type>bool</type><parameter>return</parameter></methodparam> - </methodsynopsis> - <simpara> - This function is an alias to <function>highlight_file</function>. For more - information see the documentation there. - </simpara> - <simpara> - See also <function>highlight_string</function> and - <function>highlight_file</function>. - </simpara> + <para> + This function is an alias of <function>highlight_file</function>. + </para> </refsect1> </refentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php