aboutsummaryrefslogtreecommitdiffstats
path: root/extension/filefuncs.3am
diff options
context:
space:
mode:
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