Fix build

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267038 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2008-10-07 07:55:12 +00:00
parent 68df8c7a9f
commit e23b547c7c
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry xml:id='function.mssql-guid-string' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mssql_guid_string</refname>
@ -50,7 +50,6 @@
</refsect1>
</refentry>
<
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry xml:id="function.posix-getpwnam" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>posix_getpwnam</refname>
@ -37,7 +37,7 @@
&reftitle.returnvalues;
<para>
On success an array with the following elements are returned, else
&false is returned:
&false; is returned:
<table>
<title>The user information array</title>
<tgroup cols="2">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.md5-file">
<refnamediv>
@ -99,6 +99,7 @@ echo 'MD5 file hash of ' . $file . ': ' . md5_file($file);
?>
]]>
</programlisting>
</example>
</para>
</refsect1>