You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/07/21 05:28:51 UTC

cvs commit: httpd-2.0/include ap_regkey.h

wrowe       2002/07/20 20:28:51

  Modified:    include  ap_regkey.h
  Log:
    Cut-n-paste error
  
  Revision  Changes    Path
  1.4       +0 -4      httpd-2.0/include/ap_regkey.h
  
  Index: ap_regkey.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/ap_regkey.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ap_regkey.h	11 Jul 2002 19:57:02 -0000	1.3
  +++ ap_regkey.h	21 Jul 2002 03:28:51 -0000	1.4
  @@ -118,10 +118,6 @@
    *           APR_EXCL             return error if APR_CREATE and key exists
    * </PRE>
    * @param pool The pool in which newkey is allocated
  - * @ingroup apr_file_open
  - * @remark If perm is APR_OS_DEFAULT and the file is being created, appropriate 
  - *      default permissions will be used.  *arg1 must point to a valid file_t, 
  - *      or NULL (in which case it will be allocated)
    */
   AP_DECLARE(apr_status_t) ap_regkey_open(ap_regkey_t **newkey, 
                                           const ap_regkey_t *parentkey,