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/04 06:41:16 UTC

cvs commit: apr/include apr_fnmatch.h

rbb         00/12/03 21:41:16

  Modified:    include  apr_fnmatch.h
  Log:
  Make the fnmatch docs look like the rest of APRs docs.
  
  Revision  Changes    Path
  1.13      +4 -4      apr/include/apr_fnmatch.h
  
  Index: apr_fnmatch.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_fnmatch.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- apr_fnmatch.h	2000/10/16 06:04:42	1.12
  +++ apr_fnmatch.h	2000/12/04 05:41:16	1.13
  @@ -61,10 +61,10 @@
    * @param strings The string we are trying to match
    * @param flags flags to use in the match.  Bitwise OR of:
    * <PRE>
  - *              FNM_NOESCAPE   --  Disable backslash escaping
  - *              FNM_PATHNAME   --  Slash must be matched by slash
  - *              FNM_PERIOD     --  Period must be matched by period
  - *              FNM_CASE_BLIND --  Compare characters case-insensitively.
  + *              FNM_NOESCAPE       Disable backslash escaping
  + *              FNM_PATHNAME       Slash must be matched by slash
  + *              FNM_PERIOD         Period must be matched by period
  + *              FNM_CASE_BLIND     Compare characters case-insensitively.
    * </PRE>
    * @deffunc apr_status_t apr_fnmatch(const char *pattern, const char *strings, int flags)
    */