diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-06 10:33:32 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-06 10:33:32 +0000 |
commit | bb883ca78fffb22ddeddfd3d1f09c4e601dac0a9 (patch) | |
tree | 848a68e85f46a7dafe1187b8941ad7ab46cb2065 /Doc/Zsh | |
parent | d388995eed7a13eae05dc3236908c96a1ccc7016 (diff) | |
download | zsh-bb883ca78fffb22ddeddfd3d1f09c4e601dac0a9.tar.gz zsh-bb883ca78fffb22ddeddfd3d1f09c4e601dac0a9.tar.xz zsh-bb883ca78fffb22ddeddfd3d1f09c4e601dac0a9.zip |
unposted: fix yodl problem with 26229
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_stat.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_stat.yo b/Doc/Zsh/mod_stat.yo index 37e0fc771..1c540bbb2 100644 --- a/Doc/Zsh/mod_stat.yo +++ b/Doc/Zsh/mod_stat.yo @@ -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 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. +It's important to note that this is the exact opposite from manref(ls)(1), +etc. ) item(tt(-n))( Always show the names of files. Usually these are |