Re: Minor documentation issue: escaping {}

2023-10-14 Thread Bernhard Voelker
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

[PATCH 1/2] xargs.1: narrow down deprecation on the -i option

2023-10-14 Thread Bernhard Voelker
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

[PATCH 2/2] find.1: highlight the find(1) tool in more places.

2023-10-14 Thread Bernhard Voelker
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 @@