summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2019-01-08 11:34:27 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2019-01-08 11:34:27 +0100
commit763c4725fc8cc36a06a7f00123dbfe22c880f0fc (patch)
tree0b8ad6a00bdabf6341f4c7def45c26d10ff7e68c
parent2758f513f0fdca1c274340015e2c05ea6e5dbbf1 (diff)
downloadfindutils-763c4725.tar.gz
maint: add NEWS entry for bug #55272
* NEWS (Bug Fixes): Add news entry for the change in commit 66174c10c6.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f9f5baf..0ed3787 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,10 @@ Some minor documentation improvements are listed in "Bug Fixes" below.
** Bug Fixes
+#55272: find: improve diagnostic when -name or -iname is used with a pattern
+ containing a directory separator ('/'), suggesting to use -wholename
+ or -iwholename respectively.
+
#54859: doc: fix typo in 'xargs -l' examples in texinfo manual.
Change from 'xargs -1' (minus one) to 'xargs -l' (minus El) in 3 places.