about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-02-22 18:23:16 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-02-22 18:23:16 +0000
commit85b63c0c0382310460bd616db583c16d1046eead (patch)
tree51797f01f75ff1644fabd30c40685f04b7ddcac5 /Doc/Zsh/expn.yo
parentb83f0e229097626fa8e667486c48d7a3139d2e4a (diff)
downloadzsh-85b63c0c0382310460bd616db583c16d1046eead.tar.gz
zsh-85b63c0c0382310460bd616db583c16d1046eead.tar.xz
zsh-85b63c0c0382310460bd616db583c16d1046eead.zip
20844: prune trailing slashes from named directory
Diffstat (limited to 'Doc/Zsh/expn.yo')
-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 eb9909cfc..3c3297562 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1138,6 +1138,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.