diff options
Diffstat (limited to 'usr.sbin/mtree/mtree.8')
-rw-r--r-- | usr.sbin/mtree/mtree.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index 2cb9bfd..971474a 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -72,7 +72,7 @@ The options are as follows: .It Fl L Follow all symbolic links in the file hierarchy. .It Fl P -Don't follow symbolic links in the file hierarchy, instead consider +Do not follow symbolic links in the file hierarchy, instead consider the symbolic link itself in any comparisons. This is the default. .It Fl U @@ -87,7 +87,7 @@ Print a specification for the file hierarchy to the standard output. .It Fl d Ignore everything except directory type files. .It Fl e -Don't complain about files that are in the file hierarchy, but not in the +Do not complain about files that are in the file hierarchy, but not in the specification. .It Fl i Indent the output 4 spaces each time a directory level is descended when @@ -121,7 +121,7 @@ the specification. .It Fl w Make some errorconditions non-fatal warnings. .It Fl x -Don't descend below mount points in the file hierarchy. +Do not descend below mount points in the file hierarchy. .It Fl f Ar file Read the specification from .Ar file , |