betz            Thu Mar 16 11:10:22 2006 UTC

  Modified files:              
    /phpdoc/en/reference/ssh2/functions ssh2-sftp-mkdir.xml 
                                        ssh2-sftp-rmdir.xml 
  Log:
  typo in examples, spotted byuser notes
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml
diff -u phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml:1.4 
phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml:1.5
--- phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml:1.4  Thu Dec 30 
19:27:07 2004
+++ phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml      Thu Mar 16 
11:10:22 2006
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.ssh2-sftp-mkdir">
    <refnamediv>
@@ -32,7 +32,7 @@
      <programlisting role="php">
 <![CDATA[
 <?php
-$connection = ssh2_connet('shell.example.com', 22);
+$connection = ssh2_connect('shell.example.com', 22);
 ssh2_auth_password($connection, 'username', 'password');
 $sftp = ssh2_sftp($connection);
 
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/ssh2/functions/ssh2-sftp-rmdir.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ssh2/functions/ssh2-sftp-rmdir.xml
diff -u phpdoc/en/reference/ssh2/functions/ssh2-sftp-rmdir.xml:1.3 
phpdoc/en/reference/ssh2/functions/ssh2-sftp-rmdir.xml:1.4
--- phpdoc/en/reference/ssh2/functions/ssh2-sftp-rmdir.xml:1.3  Tue Jan  4 
10:36:43 2005
+++ phpdoc/en/reference/ssh2/functions/ssh2-sftp-rmdir.xml      Thu Mar 16 
11:10:22 2006
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.ssh2-sftp-rmdir">
    <refnamediv>
@@ -27,7 +27,7 @@
      <programlisting role="php">
 <![CDATA[
 <?php
-$connection = ssh2_connet('shell.example.com', 22);
+$connection = ssh2_connect('shell.example.com', 22);
 ssh2_auth_password($connection, 'username', 'password');
 $sftp = ssh2_sftp($connection);
 

Reply via email to