aboutsummaryrefslogtreecommitdiffstats
path: root/extension/filefuncs.3am
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-17 21:48:01 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-17 21:48:01 +0200
commitf59e5b3ed70fb01b00e41c8a066bfc5965c85acb (patch)
tree0ffb235022be2c26207018715e11a42a489dd5f9 /extension/filefuncs.3am
parent4d69f051413a8ef6e845bfa2b57640ef09f8ab62 (diff)
parent80e019aa23eff29a3525ae272125700f352dab74 (diff)
downloadegawk-f59e5b3ed70fb01b00e41c8a066bfc5965c85acb.tar.gz
egawk-f59e5b3ed70fb01b00e41c8a066bfc5965c85acb.tar.bz2
egawk-f59e5b3ed70fb01b00e41c8a066bfc5965c85acb.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'extension/filefuncs.3am')
-rw-r--r--extension/filefuncs.3am10
1 files changed, 5 insertions, 5 deletions
diff --git a/extension/filefuncs.3am b/extension/filefuncs.3am
index e033f918..fb2db37d 100644
--- a/extension/filefuncs.3am
+++ b/extension/filefuncs.3am
@@ -173,10 +173,10 @@ The
.B fts()
function provides a hook to the
.IR fts (3)
-set of routines for traversing file heirarchies.
+set of routines for traversing file hierarchies.
Instead of returning data about one file at a time in a stream,
it fills in a multi-dimensional array with data about each file and
-directory encountered in the requested heirarchies.
+directory encountered in the requested hierarchies.
.PP
The arguments are as follows:
.TP
@@ -211,11 +211,11 @@ This flag is mutually exclusive with
.B FTS_NOCHDIR
As a performance optimization, the
.IR fts (3)
-routines change directory as they traverse a file heirarchy.
+routines change directory as they traverse a file hierarchy.
This flag disables that optimization.
.TP
.B FTS_COMFOLLOW
-Immediatly follow a symbolic link named in
+Immediately follow a symbolic link named in
.BR pathlist ,
whether or not
.B FTS_LOGICAL
@@ -314,7 +314,7 @@ already provides powerful array sorting facilities. While an
.IR fts_read() \-like
interface could have been provided, this felt less natural than
simply creating a multi-dimensional array to represent the file
-heirarchy and its information.
+hierarchy and its information.
.PP
Nothing prevents AWK code from changing the predefined
.BI FTS_ xx