From fc802c0b0fc70f7ae64574b19e6d81a0a149f2e3 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Fri, 15 Jun 2007 01:06:06 +0000 Subject: [PATCH] Fix missing semicolon in entity. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237711 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ssh2/functions/ssh2-publickey-init.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/ssh2/functions/ssh2-publickey-init.xml b/reference/ssh2/functions/ssh2-publickey-init.xml index ea0a82c509..5cb5fda607 100644 --- a/reference/ssh2/functions/ssh2-publickey-init.xml +++ b/reference/ssh2/functions/ssh2-publickey-init.xml @@ -1,5 +1,5 @@ - + ssh2_publickey_init @@ -45,7 +45,7 @@ &reftitle.returnvalues; Returns an SSH2 Publickey Subsystem resource for use - with all other ssh2_publickey_*() methods, or &false on failure. + with all other ssh2_publickey_*() methods, or &false; on failure.