pollita Fri Dec 24 22:16:14 2004 EDT
Modified files:
/phpdoc/en/reference/ssh2/functions ssh2-sftp-mkdir.xml
Log:
typo
http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml
diff -u phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml:1.1
phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml:1.2
--- phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml:1.1 Fri Dec 24
20:03:17 2004
+++ phpdoc/en/reference/ssh2/functions/ssh2-sftp-mkdir.xml Fri Dec 24
22:16:14 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.ssh2-sftp-mkdir">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>bool</type><methodname>ssh2_sftp_mkdir</methodname>
<methodparam><type>resource</type><parameter>sftp</parameter></methodparam>
-
<methodparam<type>string</type><parameter>dirname</parameter></methodparam>
+
<methodparam><type>string</type><parameter>dirname</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>recursive</parameter></methodparam>
</methodsynopsis>