Added some <literal> ,

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79529 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2002-04-23 03:53:23 +00:00
parent da72cbda1c
commit e3619f43d2

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<!-- Note: Please do not link or translate this file yet.
This is only an initial update, quite a few more commits will
@ -308,7 +308,7 @@ follow for this appendix. -->
<listitem>
<simpara>
What revision of the CGI specification the server is using;
i.e. 'CGI/1.1'.
i.e. '<literal>CGI/1.1</literal>'.
</simpara>
</listitem>
</varlistentry>
@ -339,7 +339,7 @@ follow for this appendix. -->
<listitem>
<simpara>
Name and revision of the information protocol via which the
page was requested; i.e. 'HTTP/1.0';
page was requested; i.e. '<literal>HTTP/1.0</literal>';
</simpara>
</listitem>
</varlistentry>
@ -348,8 +348,8 @@ follow for this appendix. -->
<term>'<varname>REQUEST_METHOD</varname>'</term>
<listitem>
<simpara>
Which request method was used to access the page; i.e. 'GET',
'HEAD', 'POST', 'PUT'.
Which request method was used to access the page; i.e. '<literal>GET</literal>',
'<literal>HEAD</literal>', '<literal>POST</literal>', '<literal>PUT</literal>'.
</simpara>
</listitem>
</varlistentry>
@ -389,7 +389,7 @@ follow for this appendix. -->
<simpara>
Contents of the <literal>Accept-Charset:</literal> header
from the current request, if there is one. Example:
'iso-8859-1,*,utf-8'.
'<literal>iso-8859-1,*,utf-8</literal>'.
</simpara>
</listitem>
</varlistentry>
@ -399,7 +399,7 @@ follow for this appendix. -->
<listitem>
<simpara>
Contents of the <literal>Accept-Encoding:</literal> header
from the current request, if there is one. Example: 'gzip'.
from the current request, if there is one. Example: '<literal>gzip</literal>'.
</simpara>
</listitem>
</varlistentry>
@ -409,7 +409,7 @@ follow for this appendix. -->
<listitem>
<simpara>
Contents of the <literal>Accept-Language:</literal> header
from the current request, if there is one. Example: 'en'.
from the current request, if there is one. Example: '<literal>en</literal>'.
</simpara>
</listitem>
</varlistentry>
@ -419,7 +419,7 @@ follow for this appendix. -->
<listitem>
<simpara>
Contents of the <literal>Connection:</literal> header from
the current request, if there is one. Example: 'Keep-Alive'.
the current request, if there is one. Example: '<literal>Keep-Alive</literal>'.
</simpara>
</listitem>
</varlistentry>
@ -509,7 +509,7 @@ follow for this appendix. -->
<listitem>
<simpara>
The port on the server machine being used by the web server
for communication. For default setups, this will be '80';
for communication. For default setups, this will be '<literal>80</literal>';
using SSL, for instance, will change this to whatever your
defined secure HTTP port is.
</simpara>
@ -552,7 +552,7 @@ follow for this appendix. -->
<listitem>
<simpara>
The URI which was given in order to access this page; for
instance, '/index.html'.
instance, '<literal>/index.html</literal>'.
</simpara>
</listitem>
</varlistentry>