jsgoupil Mon Oct 3 11:20:13 2005 EDT
Modified files:
/phpdoc/en/reference/expect/functions expect-expectl.xml
Log:
keep smaller line length
http://cvs.php.net/diff.php/phpdoc/en/reference/expect/functions/expect-expectl.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/expect/functions/expect-expectl.xml
diff -u phpdoc/en/reference/expect/functions/expect-expectl.xml:1.4
phpdoc/en/reference/expect/functions/expect-expectl.xml:1.5
--- phpdoc/en/reference/expect/functions/expect-expectl.xml:1.4 Mon Oct 3
07:25:07 2005
+++ phpdoc/en/reference/expect/functions/expect-expectl.xml Mon Oct 3
11:20:13 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.expect-expectl">
<refnamediv>
<refname>expect_expectl</refname>
@@ -68,7 +68,13 @@
<row>
<entry>2</entry>
<entry>integer</entry>
- <entry>pattern type, one of: <link
linkend="constants.expect.exp_glob"><constant>EXP_GLOB</constant></link>, <link
linkend="constants.expect.exp_exact"><constant>EXP_EXACT</constant></link> or
<link
linkend="constants.expect.exp_regexp"><constant>EXP_REGEXP</constant></link></entry>
+ <entry>
+ pattern type, one of:
+ <link
linkend="constants.expect.exp_glob"><constant>EXP_GLOB</constant></link>,
+ <link
linkend="constants.expect.exp_exact"><constant>EXP_EXACT</constant></link>
+ or
+ <link
linkend="constants.expect.exp_regexp"><constant>EXP_REGEXP</constant></link>
+ </entry>
<entry>no</entry>
<entry><link
linkend="constants.expect.exp_glob"><constant>EXP_GLOB</constant></link></entry>
</row>
@@ -87,7 +93,11 @@
Returns value associated with the pattern that was matched.
</para>
<para>
- On failure this function returns: <link
linkend="constants.expect.exp_eof"><constant>EXP_EOF</constant></link>, <link
linkend="constants.expect.exp_timeout"><constant>EXP_TIMEOUT</constant></link>
or <link
linkend="constants.expect.exp_fullbuffer"><constant>EXP_FULLBUFFER</constant></link>
+ On failure this function returns:
+ <link
linkend="constants.expect.exp_eof"><constant>EXP_EOF</constant></link>,
+ <link
linkend="constants.expect.exp_timeout"><constant>EXP_TIMEOUT</constant></link>
+ or
+ <link
linkend="constants.expect.exp_fullbuffer"><constant>EXP_FULLBUFFER</constant></link>
</para>
</refsect1>
<refsect1 role="examples">