]> granicus.if.org Git - apache/commitdiff
Cut-n-paste error
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 21 Jul 2002 03:28:51 +0000 (03:28 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 21 Jul 2002 03:28:51 +0000 (03:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96135 13f79535-47bb-0310-9956-ffa450edef68

include/ap_regkey.h

index 4b9c7bc52a51575d195c01e39b5b66b6a0186d1a..c8d66e24f3a703178fff3b55fa03d49b46160372 100644 (file)
@@ -118,10 +118,6 @@ AP_DECLARE(const ap_regkey_t *) ap_regkey_const(int i);
  *           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,