diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-25 20:26:03 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-25 20:26:03 +0200 |
commit | 11d4249864512d100a938559e044876f2fd3171f (patch) | |
tree | 798873699395711ba6f8ae144f20357a35b3d6b6 /extension/fnmatch.3am | |
parent | cec0cbdbda6a8b27d3f69eb5e2984d87b55f78fb (diff) | |
download | egawk-11d4249864512d100a938559e044876f2fd3171f.tar.gz egawk-11d4249864512d100a938559e044876f2fd3171f.tar.bz2 egawk-11d4249864512d100a938559e044876f2fd3171f.zip |
Remove sym_constant() API and tests.
Diffstat (limited to 'extension/fnmatch.3am')
-rw-r--r-- | extension/fnmatch.3am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/extension/fnmatch.3am b/extension/fnmatch.3am index c84e9ae1..61e7f384 100644 --- a/extension/fnmatch.3am +++ b/extension/fnmatch.3am @@ -1,4 +1,4 @@ -.TH FNMATCH 3am "Aug 08 2012" "Free Software Foundation" "GNU Awk Extension Modules" +.TH FNMATCH 3am "Dec 25 2012" "Free Software Foundation" "GNU Awk Extension Modules" .SH NAME fnmatch \- compare a string against a filename wildcard .SH SYNOPSIS @@ -14,7 +14,7 @@ extension provides an AWK interface to the .IR fnmatch (3) routine. It adds a single function named .BR fnmatch() , -one constant +one predefined variable .RB ( FNM_NOMATCH ), and an array of flag values named .BR FNM . @@ -68,7 +68,11 @@ Corresponds to the flag as defined in .IR fnmatch (3). .PP -... .SH NOTES +.SH NOTES +Nothing prevents AWK code from changing the predefined +variabale +.BR FNM_NOMATCH , +but doing so may cause strange results. ... .SH BUGS .SH EXAMPLE .ft CW |