You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@hyperreal.org on 1999/05/17 21:07:00 UTC

cvs commit: apache-apr/docs networkio.txt

rbb         99/05/17 12:06:59

  Modified:    docs     networkio.txt
  Log:
  Fixing a small typo.
  
  Revision  Changes    Path
  1.23      +1 -1      apache-apr/docs/networkio.txt
  
  Index: networkio.txt
  ===================================================================
  RCS file: /home/cvs/apache-apr/docs/networkio.txt,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- networkio.txt	1999/05/12 19:46:11	1.22
  +++ networkio.txt	1999/05/17 19:06:57	1.23
  @@ -86,7 +86,7 @@
        Arguments:
           arg 1)  The ap_sd_set we are clearing.
   
  - ap_pollfd_t *ap_setup_pool(ap_context_t *, ap_int32_t)
  + ap_pollfd_t *ap_setup_poll(ap_context_t *, ap_int32_t)
           Allocate storage for poll variables.
        Arguments:
           arg 1)  Context to operate on.