cortesi         Thu Mar 28 07:33:36 2002 EDT

  Modified files:              
    /phpdoc/en/functions        mail.xml 
  Log:
  new lines and WS
  
Index: phpdoc/en/functions/mail.xml
diff -u phpdoc/en/functions/mail.xml:1.37 phpdoc/en/functions/mail.xml:1.38
--- phpdoc/en/functions/mail.xml:1.37   Sat Feb  2 10:36:02 2002
+++ phpdoc/en/functions/mail.xml        Thu Mar 28 07:33:35 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.37 $ -->
+<!-- $Revision: 1.38 $ -->
  <reference id="ref.mail">
   <title>Mail functions</title>
   <titleabbrev>Mail</titleabbrev>
@@ -20,7 +20,8 @@
       <para>
        DNS name or IP address of the SMTP server PHP under Windows
        should use for mail sent with the <function>mail</function>
-       function.</para>
+       function.
+      </para>
      </listitem>
     </varlistentry>
 
@@ -32,7 +33,8 @@
      <listitem>
       <para>
        Which "From:" mail address should be used in mail sent from
-       PHP under Windows.</para>
+       PHP under Windows.
+      </para>
      </listitem>
     </varlistentry>
 
@@ -48,13 +50,15 @@
        <filename>/usr/lib/sendmail</filename>
        <command>configure</command> does an honest attempt of
        locating this one for you and set a default, but if it fails,
-       you can set it here.</para>
+       you can set it here.
+      </para>
       <para>
        Systems not using sendmail should set this directive to the
        sendmail wrapper/replacement their mail system offers, if any.
        For example, <ulink url="&url.qmail;">Qmail</ulink>
        users can normally set it to
-       <filename>/var/qmail/bin/sendmail</filename>.</para>
+       <filename>/var/qmail/bin/sendmail</filename>.
+      </para>
      </listitem>
     </varlistentry>
    </variablelist>
@@ -73,8 +77,7 @@
       <methodparam><type>string</type><parameter>subject</parameter></methodparam>
       <methodparam><type>string</type><parameter>message</parameter></methodparam>
       <methodparam 
choice="opt"><type>string</type><parameter>additional_headers</parameter></methodparam>
-      <methodparam choice="opt"><type>string</type><parameter>additional_parameters
-       </parameter></methodparam>
+      <methodparam 
+choice="opt"><type>string</type><parameter>additional_parameters</parameter></methodparam>
      </methodsynopsis>
     <simpara>
      <function>mail</function> automatically mails the message
@@ -109,7 +112,8 @@
 mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\nLine 3");
 ]]>
       </programlisting>
-     </example></para>
+     </example>
+    </para>
     <simpara>
      If a fourth string argument is passed, this string is inserted at
      the end of the header.  This is typically used to add extra
@@ -276,4 +280,3 @@
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
 -->
-


Reply via email to