about summary refs log tree commit diff
path: root/manual/pattern.texi
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-10-25 10:42:33 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-10-25 10:44:24 +0200
commitca42d35ea1a4b69b11a3b9a3e3bd1390470d188f (patch)
tree91881341b1ae8a98d20090480de647b5f1b59116 /manual/pattern.texi
parent52e6d80122eee44b64db0e947fe7e4001e92ce83 (diff)
downloadglibc-ca42d35ea1a4b69b11a3b9a3e3bd1390470d188f.tar.gz
glibc-ca42d35ea1a4b69b11a3b9a3e3bd1390470d188f.tar.xz
glibc-ca42d35ea1a4b69b11a3b9a3e3bd1390470d188f.zip
Acknowledge that fnmatch can fail. Fixes bug 14029.
Diffstat (limited to 'manual/pattern.texi')
-rw-r--r--manual/pattern.texi7
1 files changed, 2 insertions, 5 deletions
diff --git a/manual/pattern.texi b/manual/pattern.texi
index 1966f3f148..afd6480926 100644
--- a/manual/pattern.texi
+++ b/manual/pattern.texi
@@ -36,11 +36,8 @@ returns the nonzero value @code{FNM_NOMATCH}.  The arguments
 The argument @var{flags} is a combination of flag bits that alter the
 details of matching.  See below for a list of the defined flags.
 
-In @theglibc{}, @code{fnmatch} cannot experience an ``error''---it
-always returns an answer for whether the match succeeds.  However, other
-implementations of @code{fnmatch} might sometimes report ``errors''.
-They would do so by returning nonzero values that are not equal to
-@code{FNM_NOMATCH}.
+In @theglibc{}, @code{fnmatch} might sometimes report ``errors'' by
+returning nonzero values that are not equal to @code{FNM_NOMATCH}.
 @end deftypefun
 
 These are the available flags for the @var{flags} argument: