aboutsummaryrefslogtreecommitdiff
path: root/libiberty/fnmatch.txh
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-17 21:15:41 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-17 21:15:41 +0000
commitf0ed5ac15bb6e0b508e2d1375bfdc931dc814ad1 (patch)
treee2ffc65e72b8e65621fcec4349bc96ac9591f224 /libiberty/fnmatch.txh
parent10cac3d7e9a49b61070d5928fafc684ba8bb8b09 (diff)
* argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c, mkstemps.c, pexecute.c, random.c, strsitnal.c, vasprintf.c: Improve manual formatting. * functions.texi: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46323 138bc75d-0d04-0410-961f-82ee72b054a4
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