about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/expn.yo4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30076722e..593fe0190 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-28  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* 33139: Doc/Zsh/expn.yo: add example for finding broken symlinks.
+
 2014-11-28  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 33815: Src/Zle/zle_word.c: fix word transposition bug where
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index f1334e37a..5ed78f0c1 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -2711,6 +2711,10 @@ example(ls *(-/))
 lists all directories and symbolic links that point to directories,
 and
 
+example(ls *(-@))
+
+lists all broken symbolic links, and
+
 example(ls *(%W))
 
 lists all world-writable device files in the current directory, and