You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@locus.apache.org on 2000/12/07 16:55:05 UTC

cvs commit: apr/include apr_file_io.h

rbb         00/12/07 07:55:04

  Modified:    include  apr_file_io.h
  Log:
  fix some docs in the file i/o file.
  
  Revision  Changes    Path
  1.80      +2 -2      apr/include/apr_file_io.h
  
  Index: apr_file_io.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_file_io.h,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- apr_file_io.h	2000/12/04 05:40:25	1.79
  +++ apr_file_io.h	2000/12/07 15:55:01	1.80
  @@ -200,7 +200,7 @@
       apr_time_t ctime;
   };
   
  -/** File lock types/flags */
  +/* File lock types/flags */
   #define APR_FLOCK_SHARED        1       /* Shared lock. More than one process
                                              or thread can hold a shared lock
                                              at any given time. Essentially,
  @@ -238,7 +238,7 @@
    * @param new_name The newly allocated canonicalized trusted+child name
    * @param trusted_name Already canonical parent path; may be NULL.
    * @param child_name An absolute path or path relative to trusted_name.
  - * @param options Bit-wise of:
  + * @param options Bit-wise OR of:
    * <PRE>
    *   APR_CANON_ONLY_ABSOLUTE     Require the trusted_name+child_name result is 
    *                               an absolute product or fail with error for the