Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[Patch] Add warning to zshmodules that zstat's -L is the exact opposite of ls(1) et al



Hi all,

please see attached patch.


Richard
diff --git a/Doc/Zsh/mod_stat.yo b/Doc/Zsh/mod_stat.yo
index df1ef90..37e0fc7 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


Messages sorted by: Reverse Date, Date, Thread, Author