diff options
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 |