mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-29 12:58:55 +01:00
maint: fix indentation in NEWS
* NEWS: Use 2 char indentation.
This commit is contained in:
19
NEWS
19
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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user