Re: [PATCH] doc: Add missing actions from list that suppress default

2025-04-08 Thread Bernhard Voelker
On 4/25/22 05:39, raf wrote: Hi, find/find.1 and doc/find.texi contain a list of the actions that suppress the default -print action. But -print0 and -fprint0 are missing from the list. This patch adds them to the list in both files. Thanks - phew, time flies! Meanwhile, the translators have s

[PATCH] doc: Add missing actions from list that suppress default -print

2022-04-24 Thread raf
* find/find.1 (EXPRESSION): Add missing -print0 and -fprint0 to the list of actions that suppress the default -print action. * doc/find.texi (find Expressions): Add missing -print0 and -fprint0 to the list of actions that suppress the default -print action. --- NEWS | 4 doc/find.tex

[PATCH] doc: Add missing actions from list that suppress default

2022-04-24 Thread raf
Hi, find/find.1 and doc/find.texi contain a list of the actions that suppress the default -print action. But -print0 and -fprint0 are missing from the list. This patch adds them to the list in both files. cheers, raf