diff options
author | Manuel Presnitz <mpy@gmx.net> | 2013-07-28 14:09:56 +0200 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-07-28 18:37:00 +0100 |
commit | 5b85ac9011bb5443fc019ad00907c0a16597b21a (patch) | |
tree | bd475539ffd10eb06c897e7c79ea12dd915a23f6 /Doc/Zsh/builtins.yo | |
parent | c5d9abc6c8f818a3823c70696e412c4496f6a5be (diff) | |
download | zsh-5b85ac9011bb5443fc019ad00907c0a16597b21a.tar.gz zsh-5b85ac9011bb5443fc019ad00907c0a16597b21a.tar.xz zsh-5b85ac9011bb5443fc019ad00907c0a16597b21a.zip |
31592: improve documentary for handling of named directories.
Minor changes of phrasing.
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 3623f9bb9..8e46a88ee 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -277,7 +277,9 @@ item(tt(-c))( clear the directory stack. ) item(tt(-l))( -print directory names in full instead of using of using tt(~) expressions. +print directory names in full instead of using of using tt(~) expressions (\ +ifzman(see em(Dynamic) and em(Static named directories) in zmanref(zshexpn))\ +ifnzman(noderef(Filename Expansion))). ) item(tt(-p))( print directory entries one per line. |