findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] [PATCH] Fix Savannah bug# 26092: find.1 still marks


From: James Youngman
Subject: [Findutils-patches] [PATCH] Fix Savannah bug# 26092: find.1 still marks -iwholename as prefered
Date: Mon, 13 Apr 2009 00:54:58 +0100

From: Andreas Metzler <address@hidden>

I've just applied this patch from Andreas.

* find/find.1 (-iwholename): Indicate that this option is no
longer preferred over -ipath.
---
 ChangeLog   |    6 ++++++
 find/find.1 |   11 +++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 06e3d71..bdcf57d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-13  Andreas Metzler <address@hidden>
+
+       Fix Savannah bug# 26092: find.1 still marks -iwholename as prefered
+       * find/find.1 (-iwholename): Indicate that this option is no
+       longer preferred over -ipath.
+
 2009-03-07  James Youngman  <address@hidden>
 
        Update the code to better reflect the semantics of digest_mode().
diff --git a/find/find.1 b/find/find.1
index 0b368ef..376d147 100644
--- a/find/find.1
+++ b/find/find.1
@@ -596,9 +596,9 @@ File has inode number \fIn\fR.  It is normally easier to 
use the
 test instead.
 
 .IP "\-ipath \fIpattern\fR"
-Behaves in the same way as
-.BR \-iwholename .
-This option is deprecated, so please do not use it.
+Like
+.BR \-path .
+but the match is case insensitive.
 
 .IP "\-iregex \fIpattern\fR"
 Like
@@ -606,9 +606,8 @@ Like
 but the match is case insensitive.
 
 .IP "\-iwholename \fIpattern\fR"
-Like
-.BR \-wholename ,
-but the match is case insensitive.
+See \-ipath.    This alternative is less portable than
+.BR \-ipath .
 
 .IP "\-links \fIn\fR"
 File has \fIn\fR links.
-- 
1.5.6.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]