mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282354 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d2a20a1aaf
commit
70d87c265b
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry xml:id="function.main" xmlns="http://docbook.org/ns/docbook" role="noversion">
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xml:id="function.main" xmlns="http://docbook.org/ns/docbook" role="noversion" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>main</refname>
|
||||
<refpurpose>Dummy for <function>main</function></refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>
|
||||
|
@ -21,7 +21,7 @@
|
|||
Sometimes error messages refer to a manual page for the function
|
||||
<function>main</function> which is why this page exists. If you
|
||||
discover such a reference, please
|
||||
<link xlink:href="&url.php.bugs">file a bug report</link>, indicating
|
||||
<link xlink:href="&url.php.bugs;">file a bug report</link>, indicating
|
||||
the PHP function caused the error that linked to <function>main</function>
|
||||
and it will be fixed and properly documented.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue