diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-08-22 15:30:33 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-08-22 15:30:33 +0000 |
commit | 80988d80275208d8843c9fefa8b49f8baf0b1ab4 (patch) | |
tree | bbbc3c0196658f297d5935f2ab3d9808bb60afce /Doc/Zsh | |
parent | ffec7684a71a32ed3b13775251a2639f1e6b355b (diff) | |
download | zsh-80988d80275208d8843c9fefa8b49f8baf0b1ab4.tar.gz zsh-80988d80275208d8843c9fefa8b49f8baf0b1ab4.tar.xz zsh-80988d80275208d8843c9fefa8b49f8baf0b1ab4.zip |
Change one var() to tt().
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/expn.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 215182f71..67d611b0d 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1754,7 +1754,7 @@ tt(n) they are sorted by name (the default); if it is tt(L) they are sorted depending on the size (length) of the files; if tt(l) they are sorted by the number of links; if tt(a), tt(m), or tt(c) they are sorted by the time of the last access, modification, or -inode change respectively; if var(d), files in subdirectories appear before +inode change respectively; if tt(d), files in subdirectories appear before those in the current directory at each level of the search --- this is best combined with other criteria, for example `tt(odon)' to sort on names for files within the same directory. Note that tt(a), tt(m), and tt(c) compare |