zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] docs bugfix: glob qualifiers
@ 2014-12-06 10:55 Daniel Shahaf
  0 siblings, 0 replies; only message in thread
From: Daniel Shahaf @ 2014-12-06 10:55 UTC (permalink / raw)
  To: zsh-workers

The (*) qualifier was underdocumented.  While there, grammar the completion of
the (p) qualifier.

diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 5ed78f0..8728803 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)
diff --git a/Completion/Zsh/Type/_globquals b/Completion/Zsh/Type/_globquals
index 37db161..042b274 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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-06 10:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-06 10:55 [PATCH] docs bugfix: glob qualifiers Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).