diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-12-15 01:39:56 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-12-15 01:39:56 +0100 |
commit | 929ba17dafd21ffe30ae7610c481e9d6fe306a5d (patch) | |
tree | 27784498a7b57dad795ec53472c8b63cd7d43c0a /Doc/Zsh/builtins.yo | |
parent | 9cbb2a6e5f22298bc12f08d75962f53d1feb4ab6 (diff) | |
parent | b0d29667d32120019a1f333266539dcd136f659b (diff) | |
download | zsh-929ba17dafd21ffe30ae7610c481e9d6fe306a5d.tar.gz zsh-929ba17dafd21ffe30ae7610c481e9d6fe306a5d.zip |
New upstream release
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index b23ce3083..8c7bc85ea 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1113,8 +1113,8 @@ Print the arguments in var(cols) columns. Unless tt(-a) is also given, arguments are printed with the row incrementing first. ) item(tt(-D))( -Treat the arguments as directory names, replacing prefixes with tt(~) -expressions, as appropriate. +Treat the arguments as paths, replacing directory prefixes with tt(~) +expressions corresponding to directory names, as appropriate. ) item(tt(-i))( If given together with tt(-o) or tt(-O), sorting is performed |