mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-29 04:53:21 +01:00
* doc/find.texi (Finding the Shallowest Instance): Add surrounding \( and \) around the 3x -exec actions to correctly group them with higher priority than the implicit '-a' for the following '-print'. Otherwise, only the SCM roots matching the last test, "CVS", would be printed. Improve indentation of the multi-line command. Add sample output for clarity. While at it, fix a minor typo. This bug was present since adding that example in 2008. The very same issue was already fixed for the man page in commit v4.6.0-55-g47d8fd38. Fixes https://sv.gnu.org/bugs/?62259