1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-29 19:12:20 +01:00

24741: loading zstat builtin was misdocumented

This commit is contained in:
Peter Stephenson 2008-03-26 15:37:54 +00:00
parent a34d483b8d
commit 461a9bdf9f
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
2008-03-26 Peter Stephenson <pws@csr.com>
* c.f. 24741: Doc/Zsh/mod_stat.yo: loading zstat builtin was
misdocumented.
* 24736: Test/A02alias.ztst, Test/D07multibyte.ztst:
tests failing with "foo" in the path and with inscrutable
numeric sorting with NUMERIC_GLOB_SORT unset.
* unposted: Config/version.mk: 4.3.5-dev-2.
2008-03-25 Peter Stephenson <p.w.stephenson@ntlworld.com>

View file

@ -18,7 +18,7 @@ manref(stat)(2)). The same command is provided with two names; as
the name tt(stat) is often used by an external command it is recommended
that only the tt(zstat) form of the command is used. This can be
arranged by loading the module with the command `tt(zmodload -F zsh/stat
zstat)'.
b:zstat)'.
If the tt(stat) call fails, the appropriate system error message
printed and status 1 is returned.