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 /Doc | |
parent | 76dc71f882d47f057167dff717194687b947aad9 (diff) | |
download | zsh-e2fd1d7f1a7c9c6a5ebbb5a9102ac824bbbe51f7.tar.gz zsh-e2fd1d7f1a7c9c6a5ebbb5a9102ac824bbbe51f7.tar.xz zsh-e2fd1d7f1a7c9c6a5ebbb5a9102ac824bbbe51f7.zip |
Richard Hartmann: 26229: note zstat link following behaviour
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/mod_stat.yo | 1 |
1 files changed, 1 insertions, 0 deletions
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 |