[PATCH] find: doc: Fix -prune SCM example/directories and make it more efficient

2022-11-25 Thread raf
* find/find.1 - Fix -prune SCM example directories and make it more efficient * doc/find.texi - Fix -prune SCM example and make it more efficient (two ways) * NEWS - Describe the above --- NEWS | 3 +++ doc/find.texi | 27 ++- find/find.1 | 15 +-- 3

Re: [PATCH] find: doc: Fix -prune SCM example directories and make it more efficient

2022-11-23 Thread raf
On Wed, Nov 23, 2022 at 07:07:14PM +1100, raf wrote: > On Tue, Nov 22, 2022 at 11:12:00PM +0100, Bernhard Voelker > wrote: > > > Hi raf, > > Hi Berny, > > > thanks for the patch. > > Besides busy day job times here, I was actually waiting for the FSF legal > > to add your entry into the 'cop

Re: [PATCH] find: doc: Fix -prune SCM example directories and make it more efficient

2022-11-23 Thread raf
On Tue, Nov 22, 2022 at 11:12:00PM +0100, Bernhard Voelker wrote: > Hi raf, Hi Berny, > thanks for the patch. > Besides busy day job times here, I was actually waiting for the FSF legal > to add your entry into the 'copyright.list' file on the GNU fencepost server. > It's not yet in place thou

Re: [PATCH] find: doc: Fix -prune SCM example directories and make it more efficient

2022-11-22 Thread Bernhard Voelker
Hi raf, thanks for the patch. Besides busy day job times here, I was actually waiting for the FSF legal to add your entry into the 'copyright.list' file on the GNU fencepost server. It's not yet in place though, so no need to hurry. On 11/18/22 23:48, raf wrote: * find/find.1 - Fix -prune SCM e

Re: [PATCH] find: doc: Fix -prune SCM example directories and make it more efficient

2022-11-18 Thread raf
On Sat, Nov 19, 2022 at 09:48:27AM +1100, raf wrote: > Hi, > > Here's the second attempt. I've made it clear that the only "fix" > is to the example directories and output, not to the command itself. > I've restored the three-exec version of the command in both find.1 and > find.texi, so that th

[PATCH] find: doc: Fix -prune SCM example directories and make it more efficient

2022-11-18 Thread raf
Hi, Here's the second attempt. I've made it clear that the only "fix" is to the example directories and output, not to the command itself. I've restored the three-exec version of the command in both find.1 and find.texi, so that the only improvement is the addition of "-type d" to prevent the thre

[PATCH] find: doc: Fix -prune SCM example directories and make it more efficient

2022-11-18 Thread raf
* find/find.1 - Fix -prune SCM example directories and make it more efficient * doc/find.texi - Make -prune SCM example more efficient (two ways) * NEWS - Mention the above --- NEWS | 3 +++ doc/find.texi | 25 + find/find.1 | 13 - 3 files changed,