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
This commit is contained in:
Peter Frost 2020-02-14 08:48:08 +01:00 committed by Bernhard Voelker
parent ed1496f176
commit 10635bb14a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'