diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-12-09 22:26:18 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-12-09 22:26:18 +0000 |
commit | 65725440aa80aa823284a2074ea4d1b40866f4fc (patch) | |
tree | f37fb674cd3fe121cabf5fcebdfdddee67c2d897 | |
parent | 4864e3529cba959ac95924e52c6c1d5a157c4ae2 (diff) | |
download | zsh-65725440aa80aa823284a2074ea4d1b40866f4fc.tar.gz zsh-65725440aa80aa823284a2074ea4d1b40866f4fc.tar.xz zsh-65725440aa80aa823284a2074ea4d1b40866f4fc.zip |
users/18210: document "print -D" better
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Doc/Zsh/builtins.yo | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index f6e9868a6..86e59becd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-12-09 Peter Stephenson <p.w.stephenson@ntlworld.com> + * users/18210: Doc/Zsh/builtins.yo: document print -D better. + * 32093: INSTALL: describe the dependency issues fixed by the doc bundle. 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 |