bjori Mon Feb 5 20:20:16 2007 UTC
Modified files:
/phpdoc/en/features commandline.xml
Log:
WS after markup changes
http://cvs.php.net/viewvc.cgi/phpdoc/en/features/commandline.xml?r1=1.42&r2=1.43&diff_format=u
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.42
phpdoc/en/features/commandline.xml:1.43
--- phpdoc/en/features/commandline.xml:1.42 Mon Feb 5 20:19:25 2007
+++ phpdoc/en/features/commandline.xml Mon Feb 5 20:20:16 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.42 $ -->
+<!-- $Revision: 1.43 $ -->
<chapter id="features.commandline">
<title>Using PHP from the command line</title>
<para>
@@ -295,8 +295,8 @@
of the executed script!
</para>
<example>
- <para>
- Example showing the difference to the <literal>CGI SAPI</literal>:
+ <para>
+ Example showing the difference to the <literal>CGI SAPI</literal>:
</para>
<programlisting role="php">
<![CDATA[
@@ -306,8 +306,8 @@
?>
]]>
</programlisting>
- <para>
- When using the <literal>CGI</literal> version, the output is:
+ <para>
+ When using the <literal>CGI</literal> version, the output is:
</para>
<screen>
<![CDATA[
@@ -319,11 +319,11 @@
]]>
</screen>
<para>
- This clearly shows that PHP changes its current
- directory to the one of the executed script.
- </para>
- <para>
- Using the <literal>CLI SAPI</literal> yields:
+ This clearly shows that PHP changes its current
+ directory to the one of the executed script.
+ </para>
+ <para>
+ Using the <literal>CLI SAPI</literal> yields:
</para>
<screen>
<![CDATA[
@@ -336,7 +336,7 @@
</screen>
<para>
This allows greater flexibility when writing shell tools in PHP.
- </para>
+ </para>
</example>
<note>
<para>
@@ -521,8 +521,8 @@
]]>
</programlisting>
<para>
- Assuming this file is named <filename>test</filename> in the current
- directory, we can now do the following:
+ Assuming this file is named <filename>test</filename> in the current
+ directory, we can now do the following:
</para>
<screen>
<![CDATA[
@@ -629,8 +629,8 @@
</screen>
</para>
<example>
- <para>
- Examples (lines are wrapped for layout reasons):
+ <para>
+ Examples (lines are wrapped for layout reasons):
</para>
<screen>
<![CDATA[
@@ -729,9 +729,9 @@
<entry>--modules</entry>
<entry>
<example>
- <para>
- Using this option, PHP prints out the built in (and loaded) PHP and
- Zend modules:
+ <para>
+ Using this option, PHP prints out the built in (and loaded) PHP and
+ Zend modules:
</para>
<screen>
<![CDATA[
@@ -772,8 +772,8 @@
shell.
</para>
<example>
- <para>
- Example showing a parser error
+ <para>
+ Example showing a parser error
</para>
<screen>
<![CDATA[
@@ -886,8 +886,8 @@
</para>
<example>
<title>Using the <option>-B</option>, <option>-R</option> and
- <option>-E</option> options to count the number of lines of a
- project.
+ <option>-E</option> options to count the number of lines of a
+ project.
</title>
<screen>
<![CDATA[
@@ -925,8 +925,8 @@
<entry>--version</entry>
<entry>
<example>
- <para>
- Writes the PHP, PHP SAPI, and Zend version to standard output, e.g.
+ <para>
+ Writes the PHP, PHP SAPI, and Zend version to standard output, e.g.
</para>
<screen>
<![CDATA[