Thanks.  I have applied your contribution as the attached modified
patch (with a correctly-formatted change-log message).
From 5701f40c5e10520616ea0834fb1aa181c2aa536b Mon Sep 17 00:00:00 2001
From: Stephane Chazelas <stephane.chaze...@gmail.com>
Date: Mon, 7 Mar 2016 12:33:58 +0000
Subject: [PATCH] Complete the fix for Savannah bug #26092.
To: findutils-patc...@gnu.org

* doc/find.texi (Warning Messages): A warning is no longer
produced when the -iname predicate is used.
Copyright-paperwork-exempt: Yes
---
 doc/find.texi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/find.texi b/doc/find.texi
index fdeaefa..634e229 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -3285,9 +3285,6 @@ above options are triggered by:
 Use of the @samp{-d} option which is deprecated; please use
 @samp{-depth} instead, since the latter is POSIX-compliant.
 @item
-Use of the @samp{-ipath} option which is deprecated; please use
-@samp{-iwholename} instead.
-@item
 Specifying an option (for example @samp{-mindepth}) after a non-option
 (for example @samp{-type} or @samp{-print}) on the command line.
 @item
-- 
2.1.4

Reply via email to