maint: fix indentation in NEWS

* NEWS: Use 2 char indentation.
This commit is contained in:
2024-11-03 21:09:51 +01:00
parent 128c5b18c9
commit 2ef0b4ce38

19
NEWS
View File

@@ -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]