summaryrefslogtreecommitdiff
path: root/libiberty/fnmatch.txh
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-10-17 22:35:28 +0000
committerDJ Delorie <dj@delorie.com>2001-10-17 22:35:28 +0000
commit6c7d6f9721c29bb579b7f006f56f9204b1eccf5b (patch)
tree870e9de405ee57430bf752b22c1c2d9aba3320de /libiberty/fnmatch.txh
parent4da22dc9b7b94e84a3201e2c9665de6b95aede3b (diff)
downloadgdb-6c7d6f9721c29bb579b7f006f56f9204b1eccf5b.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/fnmatch.txh')
-rw-r--r--libiberty/fnmatch.txh4
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/fnmatch.txh b/libiberty/fnmatch.txh
index dfdac2406aa..92e11bcb388 100644
--- a/libiberty/fnmatch.txh
+++ b/libiberty/fnmatch.txh
@@ -6,7 +6,7 @@ wildcards @code{?} to match any one character, @code{*} to match any
zero or more characters, or a set of alternate characters in square
brackets, like @samp{[a-gt8]}, which match one character (@code{a}
through @code{g}, or @code{t}, or @code{8}, in this example) if that one
-character is in the set. A set may be inverted (i.e. match anything
+character is in the set. A set may be inverted (i.e., match anything
except what's in the set) by giving @code{^} or @code{!} as the first
character in the set. To include those characters in the set, list them
as anything other than the first character of the set. To include a
@@ -17,7 +17,7 @@ backslash, use @samp{\\}.
@code{flags} controls various aspects of the matching process, and is a
boolean OR of zero or more of the following values (defined in
-@code{<fnmatch.h>}:
+@code{<fnmatch.h>}):
@table @code