gwynne Fri Jun 15 01:06:06 2007 UTC
Modified files: /phpdoc/en/reference/ssh2/functions ssh2-publickey-init.xml Log: Fix missing semicolon in entity. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml diff -u phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml:1.4 phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml:1.5 --- phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml:1.4 Fri Jun 15 00:13:36 2007 +++ phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml Fri Jun 15 01:06:06 2007 @@ -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>