[Pkg-zsh-commits] [zsh] 07/11: users/18210: document "print -D" better

Axel Beckert abe at deuxchevaux.org
Sun Dec 15 00:38:28 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch upstream
in repository zsh.

commit 65725440aa80aa823284a2074ea4d1b40866f4fc
Author: Peter Stephenson <p.w.stephenson at ntlworld.com>
Date:   Mon Dec 9 22:26:18 2013 +0000

    users/18210: document "print -D" better
---
 ChangeLog           | 2 ++
 Doc/Zsh/builtins.yo | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f6e9868..86e59be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2013-12-09  Peter Stephenson  <p.w.stephenson at 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 b23ce30..8c7bc85 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list