From e2fd1d7f1a7c9c6a5ebbb5a9102ac824bbbe51f7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 3 Jan 2009 18:47:25 +0000 Subject: Richard Hartmann: 26229: note zstat link following behaviour --- ChangeLog | 3 +++ Doc/Zsh/mod_stat.yo | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 470f6361f..43f91ab3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-01-03 Peter Stephenson + * Richard Hartmann: 26229: Doc/Zsh/mod_stat.yo: note that zstat + follows links by default. + * Frank Terbeck: 26215: Doc/Zsh/contrib.yo, Functions/VCS_Info/vcs_info: disable-patterns style. diff --git a/Doc/Zsh/mod_stat.yo b/Doc/Zsh/mod_stat.yo index df1ef9037..37e0fc771 100644 --- a/Doc/Zsh/mod_stat.yo +++ b/Doc/Zsh/mod_stat.yo @@ -128,6 +128,7 @@ Perform an tt(lstat) (see manref(lstat)(2)) rather than a tt(stat) system call. In this case, if the file is a link, information about the link itself rather than the target file is returned. This option is required to make the tt(link) element useful. +It's important to note that this is the exact opposite from ls(1), etc. ) item(tt(-n))( Always show the names of files. Usually these are -- cgit 1.4.1