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