about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2014-12-06 10:55:30 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-12-07 16:13:39 +0000
commit908abba89147f8a4e4991c4464a95ee90d1078f6 (patch)
tree490feb320edccddd69012bf4df965443bf4e26e5
parent0da4b11add14e01469c7b60730b390e7ba3ef70b (diff)
downloadzsh-908abba89147f8a4e4991c4464a95ee90d1078f6.tar.gz
zsh-908abba89147f8a4e4991c4464a95ee90d1078f6.tar.xz
zsh-908abba89147f8a4e4991c4464a95ee90d1078f6.zip
33883: documentation for (*) glob qualifier
-rw-r--r--ChangeLog8
-rw-r--r--Completion/Zsh/Type/_globquals2
-rw-r--r--Doc/Zsh/expn.yo2
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f86b3a0fe..967f51684 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2014-12-07  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* Daniel Shahaf: 33883: Doc/Zsh/expn.yo,
+	Completion/Zsh/Type/_globquals: documentation for (*) glob
+	qualifier.
+
 2014-12-07  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
-	* 33829: Test/X02zlevi.ztst, Test/comptest: unbind ESC~ as
+	* 33829: Test/X02zlevi.ztst, Test/comptest: unbind ESC~ asa
 	a more reliable workaround
 
 2014-12-06  Mikael Magnusson  <mikachu@gmail.com>
diff --git a/Completion/Zsh/Type/_globquals b/Completion/Zsh/Type/_globquals
index 37db161d0..042b27400 100644
--- a/Completion/Zsh/Type/_globquals
+++ b/Completion/Zsh/Type/_globquals
@@ -213,7 +213,7 @@ case $state in
     ".:plain files"
     "@:symbolic links"
     "=:sockets"
-    "p:name pipes (FIFOS)"
+    "p:named pipes (FIFOs)"
     "*:executable plain files"
     "%:device files"
     "r:owner-readable"
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 5ed78f0c1..8728803e0 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -2388,7 +2388,7 @@ item(tt(p))(
 named pipes (FIFOs)
 )
 item(tt(*))(
-executable plain files (0100)
+executable plain files (0100 or 0010 or 0001)
 )
 item(tt(%))(
 device files (character or block special)