summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-04 05:41:16 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-04 05:41:16 +0000
commit9b965f8fe5a64de1d08d13b743b4441c7f2d5bfc (patch)
tree12c2ce60deb84afaa355b44e1ebaa046d8030118 /include
parentc774985c8074991d256f145bc2757cb00865c5f7 (diff)
downloadlibapr-9b965f8fe5a64de1d08d13b743b4441c7f2d5bfc.tar.gz
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
Diffstat (limited to 'include')
-rw-r--r--include/apr_fnmatch.h8
1 files changed, 4 insertions, 4 deletions
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:
* <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)
*/