jim         99/02/02 14:09:49

  Modified:    src/modules/standard mod_status.c
  Log:
  Clear up some descriptions
  
  Revision  Changes    Path
  1.106     +3 -3      apache-1.3/src/modules/standard/mod_status.c
  
  Index: mod_status.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_status.c,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -r1.105 -r1.106
  --- mod_status.c      1999/01/15 17:48:53     1.105
  +++ mod_status.c      1999/02/02 22:09:48     1.106
  @@ -353,7 +353,7 @@
        ap_rvputs(r, "Restart Time: ",
          ap_ht_time(r->pool, ap_restart_time, DEFAULT_TIME_FORMAT, 0), 
          "<br>\n", NULL);
  -     ap_rprintf(r, "Server Generation: %d <br>\n", (int) ap_my_generation);
  +     ap_rprintf(r, "Parent Server Generation: %d <br>\n", (int) 
ap_my_generation);
        ap_rputs("Server uptime: ", r);
        show_time(r, up_time);
        ap_rputs("<br>\n", r);
  @@ -682,7 +682,7 @@
            ap_rputs("</table>\n \
   <hr> \
   <table>\n \
  -<tr><th>Srv<td>Server number - generation\n \
  +<tr><th>Srv<td>Child Server number - generation\n \
   <tr><th>PID<td>OS process ID\n \
   <tr><th>Acc<td>Number of accesses this connection / this child / this slot\n 
\
   <tr><th>M<td>Mode of operation\n \
  @@ -696,7 +696,7 @@
            ap_rputs("</table>\n \
   <hr> \
   <table>\n \
  -<tr><th>Srv<td>Server number\n \
  +<tr><th>Srv<td>Child Server number - generation\n \
   <tr><th>PID<td>OS process ID\n \
   <tr><th>Acc<td>Number of accesses this connection / this child / this slot\n 
\
   <tr><th>M<td>Mode of operation\n \
  
  
  

Reply via email to