diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-19 15:00:18 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-19 15:00:18 +0000 |
| commit | cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9 (patch) | |
| tree | a42e224d0ccbeda8af4b9220501fe42839b27b55 /Doc | |
| parent | 26752: fix ../ removal and metafication in :a and :A modifers (diff) | |
| download | zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.tar zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.tar.gz zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.tar.bz2 zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.tar.lz zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.tar.xz zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.tar.zst zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.zip | |
26754: tweak zgetdir() and test for realpath()
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/expn.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 16d42fbfc..74dda0977 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -223,7 +223,8 @@ if necessary, and resolves any use of `tt(..)' and `tt(.)' in the path. item(tt(A))( As `tt(a)', but also resolve use of symbolic links where possible. Note that resolution of `tt(..)' occurs em(before) resolution of symbolic -links. +links. This call is equivalent to tt(a) unless your system has the +tt(realpath) system call (modern systems do). ) item(tt(e))( Remove all but the extension. |
