mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +02:00
unposted: fix yodl problem with 26229
This commit is contained in:
parent
d388995eed
commit
bb883ca78f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-01-06 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* unposted: Doc/Zsh/mod_stat.yo: fix yodl problem with 26229.
|
||||||
|
|
||||||
2009-01-05 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2009-01-05 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* 26249: Src/utils.c: remove arbitrary string length limit in
|
* 26249: Src/utils.c: remove arbitrary string length limit in
|
||||||
|
|
|
@ -128,7 +128,8 @@ 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
|
system call. In this case, if the file is a link, information
|
||||||
about the link itself rather than the target file is returned.
|
about the link itself rather than the target file is returned.
|
||||||
This option is required to make the tt(link) element useful.
|
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.
|
It's important to note that this is the exact opposite from manref(ls)(1),
|
||||||
|
etc.
|
||||||
)
|
)
|
||||||
item(tt(-n))(
|
item(tt(-n))(
|
||||||
Always show the names of files. Usually these are
|
Always show the names of files. Usually these are
|
||||||
|
|
Loading…
Reference in a new issue