diff options
| author | Peter Frost <peterwarrenfrost@gmail.com> | 2020-02-14 08:48:08 +0100 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2020-02-14 14:00:08 +0100 |
| commit | 10635bb14ab303bb162c00fc4690c32b69f66560 (patch) | |
| tree | 99aa0348e5f682df5efacb64ae1cc97e438dd21c | |
| parent | ed1496f176fe7e181603d9f4495ea3aff9d8dd4e (diff) | |
| download | findutils-10635bb14.tar.gz | |
doc: fix typo
* doc/find.texi (Name Directives): s/eample/example/
* find/find.1 (EXAMPLES): Likewise.
Fixes https://sv.gnu.org/bugs/?57807
Copyright-paperwork-exempt: Yes
| -rw-r--r-- | doc/find.texi | 2 | ||||
| -rw-r--r-- | find/find.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/find.texi b/doc/find.texi index 181ee04..6fe9947 100644 --- a/doc/find.texi +++ b/doc/find.texi @@ -1857,7 +1857,7 @@ Command line argument under which file was found. @end table For some corner-cases, the interpretation of the @samp{%f} and -@samp{%h} format directives is not obvious. Here is an eample +@samp{%h} format directives is not obvious. Here is an example including some output: @example diff --git a/find/find.1 b/find/find.1 index 0d586a8..bdf3e46 100644 --- a/find/find.1 +++ b/find/find.1 @@ -2285,7 +2285,7 @@ and .B %h format directives of .B \-printf -is not obvious. Here is an eample including some output. +is not obvious. Here is an example including some output. .nf .B $ find . .. / /tmp /tmp/TRACE compile compile/64/tests/find -maxdepth 0 -printf '[%h][%f]\en' |
