diff options
| author | Bernhard Voelker <mail@bernhard-voelker.de> | 2016-11-06 18:10:15 +0100 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2016-11-06 18:10:15 +0100 |
| commit | 58faf1ac3922e401e6bdd5dc7bb6e879dab5894c (patch) | |
| tree | 94f376a3e1cf2fac343404b105507f3d6bfd64a3 | |
| parent | 41b194e2eeef40e7338e64979111c406d2faaad0 (diff) | |
| download | findutils-58faf1ac39.tar.gz | |
doc: fix typos in find.1
* find/find.1 (Positional options): s/optiona/options/; s/regulat/regular/
Reported by Yaroslav Chagovets in http://savannah.gnu.org/bugs/?49541
| -rw-r--r-- | find/find.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/find/find.1 b/find/find.1 index 602a414..0e60945 100644 --- a/find/find.1 +++ b/find/find.1 @@ -331,11 +331,11 @@ option for example makes traverse the file system in a depth-first order. .IP "Positional options" -Positional optiona affect only tests or actions which follow them. +Positional options affect only tests or actions which follow them. Positional options always return true. The .B \-regextype option for example is positional, specifying the regular expression -dialect for regulat expressions occurring later on the command line. +dialect for regular expressions occurring later on the command line. .IP Operators Operators join together the other items within the expression. They |
