about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2014-09-11 02:09:17 +0200
committerWayne Davison <wayned@users.sourceforge.net>2014-11-28 11:55:17 -0800
commita6bf64648b31659584b5bcd95ae3a437d1733077 (patch)
tree4a2d39641b08d5843d6218fad5797d354fdd2561
parent2598010adfea1d0e42f4e2fa393290ded423cf60 (diff)
downloadzsh-a6bf64648b31659584b5bcd95ae3a437d1733077.tar.gz
zsh-a6bf64648b31659584b5bcd95ae3a437d1733077.tar.xz
zsh-a6bf64648b31659584b5bcd95ae3a437d1733077.zip
33139: add doc example to glob broken symbolic links.
-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