You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1998/03/10 02:35:53 UTC

cvs commit: apache-1.3/htdocs/manual new_features_1_3.html

marc        98/03/09 17:35:53

  Modified:    htdocs/manual new_features_1_3.html
  Log:
  Pyto Tolice
  
  Revision  Changes    Path
  1.49      +1 -1      apache-1.3/htdocs/manual/new_features_1_3.html
  
  Index: new_features_1_3.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/new_features_1_3.html,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- new_features_1_3.html	1998/03/07 03:11:48	1.48
  +++ new_features_1_3.html	1998/03/10 01:35:52	1.49
  @@ -583,7 +583,7 @@
     are compiled at different times, this information is now available
     through the core API routine
     <CODE>const&nbsp;char&nbsp;*apapi_get_server_version()</CODE>.  The use of
  -  the <SAMP>SERVER_VERSION</STRONG> symbol is deprecated and anti-recommended.
  +  the <SAMP>SERVER_VERSION</SAMP> symbol is deprecated and anti-recommended.
     In addition, a related datum is now available through the use of the
     API routine <CODE>const&nbsp;char&nbsp;*apapi_get_server_built()</CODE>,
     which returns a string representing the time the core server was linked.