From 2ef0b4ce38ce99ba6ceed043158e65b87705f25e Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sun, 3 Nov 2024 21:09:51 +0100 Subject: [PATCH] maint: fix indentation in NEWS * NEWS: Use 2 char indentation. --- NEWS | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 3276887a..56298c48 100644 --- a/NEWS +++ b/NEWS @@ -4,19 +4,20 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) ** Bug Fixes - 'find -ignore_readdir_race' now has a race between FTS read and the visiting - of the entry when the file was removed. [#45930] + 'find -ignore_readdir_race' now has a race between FTS read and the visiting + of the entry when the file was removed. [#45930] - To fix a POSIX compatibility bug, -exec foo Z{} + is no longer a - complete predicate, because '+' is only a terminator when it follows - an argument which is exactly '{}'. The findutils documentation - already states this, and now find's behaviour matches the - documentation. + To fix a POSIX compatibility bug, -exec foo Z{} + is no longer a + complete predicate, because '+' is only a terminator when it follows + an argument which is exactly '{}'. The findutils documentation + already states this, and now find's behaviour matches the + documentation. ** Documentation Changes - The forthcoming Issue 8 of the POSIX standard will standardise "find - -print0" and "xargs -0". Our documentation now points this out. + The forthcoming Issue 8 of the POSIX standard will standardise "find + -print0" and "xargs -0". Our documentation now points this out. + * Noteworthy changes in release 4.10.0 (2024-06-01) [stable]