jsgoupil Mon Oct 3 11:01:55 2005 EDT
Modified files:
/phpdoc/en/reference/expect ini.xml
Log:
restore jsgoupil fixes (WS + end tag)
http://cvs.php.net/diff.php/phpdoc/en/reference/expect/ini.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/expect/ini.xml
diff -u phpdoc/en/reference/expect/ini.xml:1.4
phpdoc/en/reference/expect/ini.xml:1.5
--- phpdoc/en/reference/expect/ini.xml:1.4 Mon Oct 3 07:57:10 2005
+++ phpdoc/en/reference/expect/ini.xml Mon Oct 3 11:01:55 2005
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<section id="expect.configuration">
&reftitle.runtime;
&extension.runtime;
<para>
In order to configure expect extension, there are configuration options
in the <link linkend="configuration.file">configuration file</link>
&php.ini;.
- <table>
+ <table>
<title>Expect &ConfigureOptions;</title>
<tgroup cols="4">
<thead>
@@ -39,56 +39,58 @@
</tbody>
</tgroup>
</table>
- &ini.php.constants;
-</para>
+ &ini.php.constants;
+ </para>
&ini.descriptions.title;
<para>
- <variablelist>
- <varlistentry id="ini.expect.timeout">
- <term>
- <parameter>expect.timeout</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <para>
- The timeout period for waiting for the data, when using the
<function>expect_expectl</function> function.
- </para>
- <para>
- A value of "-1" disables a timeout from occurring.
- </para>
- <note>
+ <variablelist>
+ <varlistentry id="ini.expect.timeout">
+ <term>
+ <parameter>expect.timeout</parameter>
+ <type>integer</type>
+ </term>
+ <listitem>
+ <para>
+ The timeout period for waiting for the data, when using the
+ <function>expect_expectl</function> function.
+ </para>
<para>
- A value of "0" causes the <function>expect_expectl</function> function
to return immediately.
+ A value of "-1" disables a timeout from occurring.
</para>
- </note>
- </listitem>
- </varlistentry>
+ <note>
+ <para>
+ A value of "0" causes the <function>expect_expectl</function>
+ function to return immediately.
+ </para>
+ </note>
+ </listitem>
+ </varlistentry>
- <varlistentry id="ini.expect.loguser">
- <term>
- <parameter>expect.loguser</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Whether expect should send any output from the spawned process to stdout.
- Since interactive programs typically echo their input, this usually
suffices
- to show both sides of the conversation.
- </para>
- </listitem>
- </varlistentry>
+ <varlistentry id="ini.expect.loguser">
+ <term>
+ <parameter>expect.loguser</parameter>
+ <type>boolean</type>
+ </term>
+ <listitem>
+ <para>
+ Whether expect should send any output from the spawned process to stdout.
+ Since interactive programs typically echo their input, this usually
suffices
+ to show both sides of the conversation.
+ </para>
+ </listitem>
+ </varlistentry>
- <varlistentry id="ini.expect.logfile">
- <term>
- <parameter>expect.logfile</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- Name of the file, where the output from the spawned process will be
- written. If this file doesn't exist, it will be created.
+ <varlistentry id="ini.expect.logfile">
+ <term>
+ <parameter>expect.logfile</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+ Name of the file, where the output from the spawned process will be
+ written. If this file doesn't exist, it will be created.
</para>
<note>
<para>
@@ -96,10 +98,10 @@
the value of <link linkend="ini.expect.loguser">expect.loguser</link>.
</para>
</note>
- </listitem>
- </varlistentry>
+ </listitem>
+ </varlistentry>
- </variablelist>
+ </variablelist>
</para>
</section>
@@ -123,5 +125,3 @@
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-
-