diff options
Diffstat (limited to 'Doc/Zsh')
-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. |