From 9b965f8fe5a64de1d08d13b743b4441c7f2d5bfc Mon Sep 17 00:00:00 2001 From: rbb Date: Mon, 4 Dec 2000 05:41:16 +0000 Subject: Make the fnmatch docs look like the rest of APRs docs. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60872 13f79535-47bb-0310-9956-ffa450edef68 --- include/apr_fnmatch.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/apr_fnmatch.h') diff --git a/include/apr_fnmatch.h b/include/apr_fnmatch.h index 0eb361463..70e9ec296 100644 --- a/include/apr_fnmatch.h +++ b/include/apr_fnmatch.h @@ -61,10 +61,10 @@ extern "C" { * @param strings The string we are trying to match * @param flags flags to use in the match. Bitwise OR of: *
- *              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.
  * 
* @deffunc apr_status_t apr_fnmatch(const char *pattern, const char *strings, int flags) */ -- cgit v1.2.1