diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-03 18:47:25 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-03 18:47:25 +0000 |
commit | e2fd1d7f1a7c9c6a5ebbb5a9102ac824bbbe51f7 (patch) | |
tree | 7c477da10aa92a503743d8cd6ac9bb7f5cbbfdb5 | |
parent | 76dc71f882d47f057167dff717194687b947aad9 (diff) | |
download | zsh-e2fd1d7f1a7c9c6a5ebbb5a9102ac824bbbe51f7.tar.gz zsh-e2fd1d7f1a7c9c6a5ebbb5a9102ac824bbbe51f7.tar.xz zsh-e2fd1d7f1a7c9c6a5ebbb5a9102ac824bbbe51f7.zip |
Richard Hartmann: 26229: note zstat link following behaviour
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Doc/Zsh/mod_stat.yo | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 470f6361f..43f91ab3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-01-03 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 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 |