]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/fnmatch.3
Libc-1439.100.3.tar.gz
[apple/libc.git] / gen / FreeBSD / fnmatch.3
index 0ff709b29f90dada88342213d8ea3a7c93679c08..f3aa885815ffc1dfdc510c0347cfc37bec728fa5 100644 (file)
@@ -122,7 +122,18 @@ The
 function returns zero if
 .Fa string
 matches the pattern specified by
 function returns zero if
 .Fa string
 matches the pattern specified by
-.Fa pattern ,
+.Fa pattern .
+It returns the value
+.Dv FNM_NOMATCH
+if no match is found.
+Otherwise, another non-zero value is returned on error.
+.Sh LEGACY RETURN VALUES
+The
+.Fn fnmatch
+function returns zero if
+.Fa string
+matches the pattern specified by
+.Fa pattern ;
 otherwise, it returns the value
 .Dv FNM_NOMATCH .
 .Sh SEE ALSO
 otherwise, it returns the value
 .Dv FNM_NOMATCH .
 .Sh SEE ALSO