mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
9c13c0c999
commit
fc802c0b0f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue