about summary refs log tree commit diff
path: root/Doc
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 /Doc
parent2598010adfea1d0e42f4e2fa393290ded423cf60 (diff)
downloadzsh-a6bf64648b31659584b5bcd95ae3a437d1733077.tar.gz
zsh-a6bf64648b31659584b5bcd95ae3a437d1733077.tar.xz
zsh-a6bf64648b31659584b5bcd95ae3a437d1733077.zip
33139: add doc example to glob broken symbolic links.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo4
1 files changed, 4 insertions, 0 deletions
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