cortesi Tue Apr 9 20:28:17 2002 EDT
Modified files:
/phpdoc/en/functions curl.xml
Log:
uppercasing 'if': it was my fault, no need for fix in translations
Index: phpdoc/en/functions/curl.xml
diff -u phpdoc/en/functions/curl.xml:1.34 phpdoc/en/functions/curl.xml:1.35
--- phpdoc/en/functions/curl.xml:1.34 Sun Apr 7 11:04:17 2002
+++ phpdoc/en/functions/curl.xml Tue Apr 9 20:28:17 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
<reference id="ref.curl">
<title>CURL, Client URL Library Functions</title>
<titleabbrev>CURL</titleabbrev>
@@ -447,8 +447,8 @@
<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,
+ '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>