about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-04-08 02:35:13 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-04-08 02:35:13 +0000
commit44b2f09210680a85fc64027aa40619305f7abb37 (patch)
treece3c866ff8d4ed43f194a134994e010e4a158e2e /Doc
parent319df76ba9a568bec28a3d0869f73c8f896864e7 (diff)
downloadzsh-44b2f09210680a85fc64027aa40619305f7abb37.tar.gz
zsh-44b2f09210680a85fc64027aa40619305f7abb37.tar.xz
zsh-44b2f09210680a85fc64027aa40619305f7abb37.zip
Merge of workers/20844, removal of trailing slashes.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index eac35f6a9..9de4ea379 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1146,6 +1146,8 @@ named directory, and replaced by the value of that named directory if found.
 Named directories are typically home directories for users on the system.
 They may also be defined if the text after the `tt(~)' is the name
 of a string shell parameter whose value begins with a `tt(/)'.
+Note that trailing slashes will be removed from the path to the directory
+(though the original parameter is not modified).
 It is also possible to define directory names using the tt(-d) option to the
 tt(hash) builtin.