aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-02-24 19:46:27 +0000
committerWarner Losh <imp@FreeBSD.org>2008-02-24 19:46:27 +0000
commita66a6a2a0cc823b0ec4e1b9998bc4e2446264aa0 (patch)
tree1ff9e8cd819e03c033e0c1f70c3a55a3ac226fcd /usr.bin/find
parent56ae1bed483309cf68c5089a8b45f607d1e4773e (diff)
downloadsrc-a66a6a2a0cc823b0ec4e1b9998bc4e2446264aa0.tar.gz
src-a66a6a2a0cc823b0ec4e1b9998bc4e2446264aa0.zip
Tag -ilname and -lname as GNU extensions.
Correct their descriptions to indicate that it is the contents of the symbolic link that are matched.
Notes
Notes: svn path=/head/; revision=176531
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/find.15
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 9393f9d5a2b3..40c82983e5d1 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -466,6 +466,7 @@ This option is for GNU find compatibility and is ignored.
Like
.Ic -lname ,
but the match is case insensitive.
+This is a GNU find extension.
.It Ic -iname Ar pattern
Like
.Ic -name ,
@@ -492,7 +493,9 @@ links.
.It Ic -lname Ar pattern
Like
.Ic -name ,
-but the matched file must also be a symbolic link.
+but the contents of the symbolic link are matched instead of the file
+name.
+This is a GNU find extension.
.It Ic -ls
This primary always evaluates to true.
The following information for the current file is written to standard output: