On 10/7/23 00:11, Keith Thompson wrote:
As of the latest version of findutils (commit e6e2d10a, Mon 2023-10-02),
the man and info documentation both incorrectly state that {} needs
to be escaped.
In the info documentation, section 3.3.1:
It replaces the string '{}' by the current file name bein
The long option --replace it not deprecated, only the short form.
* xargs/xargs.1: Clarify the above better by explicitly mentioning
the short -i form.
---
xargs/xargs.1 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/xargs/xargs.1 b/xargs/xargs.1
index 23faec92..ef1f08f0 1
When the word 'find' stands for the tool, hightlight it.
* find/find.1: Do the above in more cases.
---
find/find.1 | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/find/find.1 b/find/find.1
index 671e3260..08ae9d55 100644
--- a/find/find.1
+++ b/find/find.1
@@