diff options
author | DJ Delorie <dj@redhat.com> | 2001-10-17 22:35:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-10-17 22:35:28 +0000 |
commit | 5d852400e9653036531a2c2db5cce7433d936469 (patch) | |
tree | e7a2579c104d46d386dc80318c32d0c94dc46462 /libiberty/fnmatch.txh | |
parent | 03dd37c302866305fa6d48988f558c4eba2bbabe (diff) | |
download | gdb-5d852400e9653036531a2c2db5cce7433d936469.zip gdb-5d852400e9653036531a2c2db5cce7433d936469.tar.gz gdb-5d852400e9653036531a2c2db5cce7433d936469.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/fnmatch.txh')
-rw-r--r-- | libiberty/fnmatch.txh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/fnmatch.txh b/libiberty/fnmatch.txh index dfdac24..92e11bc 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 |