Fix missing semicolon in entity.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237711 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gwynne Raskind 2007-06-15 01:06:06 +00:00
parent 9c13c0c999
commit fc802c0b0f

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id="function.ssh2-publickey-init">
<refnamediv>
<refname>ssh2_publickey_init</refname>
@ -45,7 +45,7 @@
&reftitle.returnvalues;
<para>
Returns an <literal>SSH2 Publickey Subsystem</literal> resource for use
with all other ssh2_publickey_*() methods, or &false on failure.
with all other ssh2_publickey_*() methods, or &false; on failure.
</para>
</refsect1>