mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Ups, <computeroutput> seems to be an inline element.
But <screen> is documented as a block type of element... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62682 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4a6f22f50a
commit
533074ff1e
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!--
|
||||
TODO:
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
You can get the actual list and some one line descriptions
|
||||
with the <literal>-h</literal> option. The output of
|
||||
<literal>php -h</literal> should be something like this:
|
||||
<computeroutput>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Usage: php [-q] [-h] [-s [-v] [-i] [-f <file>] | {<file> [args...]}
|
||||
-q Quiet-mode. Suppress HTTP Header output.
|
||||
|
@ -58,7 +58,7 @@ Usage: php [-q] [-h] [-s [-v] [-i] [-f <file>] | {<file> [args...]}
|
|||
-i PHP information
|
||||
-h This help
|
||||
]]>
|
||||
</computeroutput>
|
||||
</screen>
|
||||
</para>
|
||||
<para>
|
||||
Here we list some of the most important command line options
|
||||
|
|
Loading…
Reference in a new issue