diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-17 21:41:10 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-17 21:41:10 +0200 |
commit | 3b46f279e79079ce443a0bfc561c8e662386b0b2 (patch) | |
tree | c884c3e13b553f41dbef780c33673af58599dd01 /extension/filefuncs.3am | |
parent | 36794b6f26451ff57b374fed3c13ee70a0529124 (diff) | |
download | egawk-3b46f279e79079ce443a0bfc561c8e662386b0b2.tar.gz egawk-3b46f279e79079ce443a0bfc561c8e662386b0b2.tar.bz2 egawk-3b46f279e79079ce443a0bfc561c8e662386b0b2.zip |
Lots more doc fixes and updates.
Diffstat (limited to 'extension/filefuncs.3am')
-rw-r--r-- | extension/filefuncs.3am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extension/filefuncs.3am b/extension/filefuncs.3am index 95f8bbd4..e5be1e99 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 @@ -311,11 +311,11 @@ 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 -values, but doing so is may cause strange results when +values, but doing so may cause strange results when the changed values are passed to .BR fts() . .SH BUGS |