dave            Fri Mar  5 21:50:47 2004 EDT

  Modified files:              
    /phpdoc/en/appendices       reserved.xml 
  Log:
  - User-Agent, not User_Agent.
  
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/reserved.xml?r1=1.37&r2=1.38&ty=u
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.37 phpdoc/en/appendices/reserved.xml:1.38
--- phpdoc/en/appendices/reserved.xml:1.37      Thu Jan  1 18:00:27 2004
+++ phpdoc/en/appendices/reserved.xml   Fri Mar  5 21:50:47 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.37 $ -->
+<!-- $Revision: 1.38 $ -->
 
  <appendix id="reserved">
   <title>List of Reserved Words</title>
@@ -474,7 +474,7 @@
        <term>'<varname>HTTP_USER_AGENT</varname>'</term>
        <listitem>
         <simpara>
-         Contents of the <literal>User_Agent:</literal> header from
+         Contents of the <literal>User-Agent:</literal> header from
          the current request, if there is one. This is a string
          denoting the user agent being which is accessing the page. A
          typical example is: <computeroutput>Mozilla/4.5 [en] (X11; U;

Reply via email to