aboutsummaryrefslogtreecommitdiffstats
path: root/extension/filefuncs.3am
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-11 20:48:43 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-11 20:48:43 +0200
commit0f906dfde40392937b3461f040b7ed52e3d0abbf (patch)
treef8462f5c5d46ab371c0b3c6276506e294ff7ade0 /extension/filefuncs.3am
parent1fd985df4c833381498094484cb8a18aa2b65730 (diff)
downloadegawk-0f906dfde40392937b3461f040b7ed52e3d0abbf.tar.gz
egawk-0f906dfde40392937b3461f040b7ed52e3d0abbf.tar.bz2
egawk-0f906dfde40392937b3461f040b7ed52e3d0abbf.zip
Typo fixes in extension/filefuncs.3am.
Diffstat (limited to 'extension/filefuncs.3am')
-rw-r--r--extension/filefuncs.3am4
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/filefuncs.3am b/extension/filefuncs.3am
index ce11a51e..e033f918 100644
--- a/extension/filefuncs.3am
+++ b/extension/filefuncs.3am
@@ -230,7 +230,7 @@ This option causes entries for ``..'' to also be included.
.TP
.B FTS_XDEV
During a traversal, do not cross onto a different mounted filesystem.
-.TB
+.TP
.B FTS_SKIP
When set, causes top level directories to not be descended into.
.RE
@@ -318,7 +318,7 @@ 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
+values, but doing so may cause strange results when
the changed values are passed to
.BR fts() .
.SH BUGS