cortesi         Sun Apr  7 11:04:17 2002 EDT

  Modified files:              
    /phpdoc/en/functions        curl.xml 
  Log:
  KB4 => KRB4 (typo)
  adding literal
  
  
Index: phpdoc/en/functions/curl.xml
diff -u phpdoc/en/functions/curl.xml:1.33 phpdoc/en/functions/curl.xml:1.34
--- phpdoc/en/functions/curl.xml:1.33   Thu Mar 28 11:21:54 2002
+++ phpdoc/en/functions/curl.xml        Sun Apr  7 11:04:17 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.33 $ -->
+<!-- $Revision: 1.34 $ -->
  <reference id="ref.curl">
   <title>CURL, Client URL Library Functions</title>
   <titleabbrev>CURL</titleabbrev>
@@ -196,8 +196,8 @@
        <simpara>
         <parameter>CURLOPT_POST</parameter>: Set this option to a
         non-zero value if you want PHP to do a regular HTTP POST.
-        This POST is a normal application/x-www-form-urlencoded kind,
-        most commonly used by HTML forms.
+        This POST is a normal <literal>application/x-www-form-urlencoded</literal>
+        kind, most commonly used by HTML forms.
        </simpara>
       </listitem>
       <listitem>
@@ -447,9 +447,9 @@
         <parameter>CURLOPT_KRB4LEVEL</parameter>: Pass the KRB4 (Kerberos 
         4) security level.  Anyone of the following strings (in 
         order from least powerful, to most powerful): 'clear', 'safe', 
-        'confidential', 'private'.  If the string does not match one of
-        these, then 'private' is used.   If you set this to NULL, 
-        this disables KB4 security.  KB4 security only works with FTP 
+        'confidential', 'private'. if the string does not match one of
+        these, then 'private' is used. if you set this to NULL, 
+        this disables KRB4 security. KRB4 security only works with FTP 
         transactions currently.
        </para>
       </listitem>


Reply via email to