pollita Fri Jul 22 15:34:26 2005 EDT
Modified files:
/phpdoc/en/reference/ssh2/functions ssh2-publickey-add.xml
ssh2-publickey-remove.xml
ssh2-publickey-list.xml
ssh2-publickey-init.xml
Log:
Typos and Copy/Paste issues
http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/functions/ssh2-publickey-add.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ssh2/functions/ssh2-publickey-add.xml
diff -u phpdoc/en/reference/ssh2/functions/ssh2-publickey-add.xml:1.1
phpdoc/en/reference/ssh2/functions/ssh2-publickey-add.xml:1.2
--- phpdoc/en/reference/ssh2/functions/ssh2-publickey-add.xml:1.1 Thu Jul
21 17:37:49 2005
+++ phpdoc/en/reference/ssh2/functions/ssh2-publickey-add.xml Fri Jul 22
15:34:25 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.ssh2-publickey-add">
<refnamediv>
@@ -111,8 +111,8 @@
<para>
<simplelist>
<member><function>ssh2_publickey_init</function></member>
- <member><function>ssh2_publickey_remote</function></member>
- <member>Or <function>ssh2_publickey_list</function></member>
+ <member><function>ssh2_publickey_remove</function></member>
+ <member><function>ssh2_publickey_list</function></member>
</simplelist>
</para>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/functions/ssh2-publickey-remove.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ssh2/functions/ssh2-publickey-remove.xml
diff -u phpdoc/en/reference/ssh2/functions/ssh2-publickey-remove.xml:1.1
phpdoc/en/reference/ssh2/functions/ssh2-publickey-remove.xml:1.2
--- phpdoc/en/reference/ssh2/functions/ssh2-publickey-remove.xml:1.1 Thu Jul
21 17:37:49 2005
+++ phpdoc/en/reference/ssh2/functions/ssh2-publickey-remove.xml Fri Jul
22 15:34:25 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.ssh2-publickey-remove">
<refnamediv>
@@ -64,7 +64,7 @@
<simplelist>
<member><function>ssh2_publickey_init</function></member>
<member><function>ssh2_publickey_add</function></member>
- <member>Or <function>ssh2_publickey_list</function></member>
+ <member><function>ssh2_publickey_list</function></member>
</simplelist>
</para>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/functions/ssh2-publickey-list.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ssh2/functions/ssh2-publickey-list.xml
diff -u phpdoc/en/reference/ssh2/functions/ssh2-publickey-list.xml:1.1
phpdoc/en/reference/ssh2/functions/ssh2-publickey-list.xml:1.2
--- phpdoc/en/reference/ssh2/functions/ssh2-publickey-list.xml:1.1 Thu Jul
21 17:37:49 2005
+++ phpdoc/en/reference/ssh2/functions/ssh2-publickey-list.xml Fri Jul 22
15:34:25 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.ssh2-publickey-list">
<refnamediv>
@@ -126,7 +126,7 @@
<simplelist>
<member><function>ssh2_publickey_init</function></member>
<member><function>ssh2_publickey_add</function></member>
- <member>Or <function>ssh2_publickey_remove</function></member>
+ <member><function>ssh2_publickey_remove</function></member>
</simplelist>
</para>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml
diff -u phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml:1.1
phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml:1.2
--- phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml:1.1 Thu Jul
21 17:37:49 2005
+++ phpdoc/en/reference/ssh2/functions/ssh2-publickey-init.xml Fri Jul 22
15:34:25 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.ssh2-publickey-init">
<refnamediv>
<refname>ssh2_publickey_init</refname>
@@ -33,14 +33,19 @@
the <function>ssh2_publickey_init</function> function will return &false;.
</simpara>
- <simpara>
- See Also:
- <function>ssh2_publickey_add</function>,
- <function>ssh2_publickey_remove</function>, and
- <function>ssh2_publickey_list</function>
- </simpara>
+ </refsect1>
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>ssh2_publickey_add</function></member>
+ <member><function>ssh2_publickey_remove</function></member>
+ <member><function>ssh2_publickey_list</function></member>
+ </simplelist>
+ </para>
</refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file