From a6bf64648b31659584b5bcd95ae3a437d1733077 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 11 Sep 2014 02:09:17 +0200 Subject: 33139: add doc example to glob broken symbolic links. --- ChangeLog | 4 ++++ Doc/Zsh/expn.yo | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 30076722e..593fe0190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-11-28 Wayne Davison + + * 33139: Doc/Zsh/expn.yo: add example for finding broken symlinks. + 2014-11-28 Peter Stephenson * 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 -- cgit 1.4.1