diff options
Diffstat (limited to 'extension/fnmatch.3am')
-rw-r--r-- | extension/fnmatch.3am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/fnmatch.3am b/extension/fnmatch.3am index d82a154d..c9e2b82d 100644 --- a/extension/fnmatch.3am +++ b/extension/fnmatch.3am @@ -1,4 +1,4 @@ -.TH FNMATCH 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension Modules" +.TH FNMATCH 3am "Feb 21 2018" "Free Software Foundation" "GNU Awk Extension Modules" .SH NAME fnmatch \- compare a string against a filename wildcard .SH SYNOPSIS @@ -101,7 +101,7 @@ if (fnmatch("*.a", "foo.c", flags) == FNM_NOMATCH) Arnold Robbins, .BR arnold@skeeve.com . .SH COPYING PERMISSIONS -Copyright \(co 2012, 2013, +Copyright \(co 2012, 2013, 2018, Free Software Foundation, Inc. .PP Permission is granted to make and distribute verbatim copies of |