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
- X-seq: zsh-workers 26229
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh Workers" <zsh-workers@xxxxxxxxxx>, 438666@xxxxxxxxxxxxxxx
- Subject: [Patch] Add warning to zshmodules that zstat's -L is the exact opposite of ls(1) et al
- Date: Thu, 1 Jan 2009 20:55:35 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=hHOSdy3WCjmV6zFcN+CNfPj9glOEe2HrevPfnCa7+54=; b=x2j5DEHDC2NIPmXvkEo9CAAiPaw9Xtn5cY8W0yKJPO1nG3bppXsbTEdog1uwd3m50y qqWa6njPqvO8bZ6GYVaoac686+SCyz3VhZMgoCjq90sUt4vJGZf4sqKcuvg3EQO7VcNV MHEB15blQLv5nolzi4LGWcHY2yR/y7Qkhiaxo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Uw2Avz8aluHFRSXyFcUaZSSJB02xPlvBZBpM3Ikij2CwoI5bTGQgerXvwMh9XxQz+3 HBGCQDOYmwxncRJ3roUrzZeqZXzrgF/xUTeVo6y2MmaxpLiSLp3+hkR9N4kr1k+9lpF0 hY/fgIPGwPKZ5vq+QgWYqALs78bX0RxODnheg=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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