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/filefuncs.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/filefuncs.3am')
-rw-r--r-- | extension/filefuncs.3am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/extension/filefuncs.3am b/extension/filefuncs.3am index 23800c47..396502c6 100644 --- a/extension/filefuncs.3am +++ b/extension/filefuncs.3am @@ -1,4 +1,4 @@ -.TH FILEFUNCS 3am "Nov 21 2012" "Free Software Foundation" "GNU Awk Extension Modules" +.TH FILEFUNCS 3am "Dec 25 2012" "Free Software Foundation" "GNU Awk Extension Modules" .SH NAME filefuncs \- provide some file related functionality to gawk .SH SYNOPSIS @@ -185,7 +185,7 @@ An array of filenames. The element values are used; the index values are ignore .TP .B flags This should be the bitwise OR of one or more of the following -predefined constant flag values. At least one of +predefined flag values. At least one of .B FTS_LOGICAL or .B FTS_PHYSICAL @@ -312,6 +312,12 @@ already provides powerful array sorting facilities. While an interface could have been provided, this felt less natural than simply creating a multi-dimensional array to represent the file heirarchy and its information. +.PP +Nothing prevents AWK code from changing the predefined +.BI FTS_ xx +values, but doing so is may cause strange results when +the changed values are passed to +.BR fts() . .SH BUGS There are many more file-related functions for which AWK interfaces would be desirable. |