Skip to content

Commit

Permalink
45684: Document - glob qualifier in error cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Stephenson committed Apr 15, 2020
1 parent 6ec97e1 commit 28277a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2020-04-15 Peter Stephenson <p.w.stephenson@ntlworld.com>

* 45684: Doc/Zsh/expn.yo: - glob qualifier behaviour in error
cases.

2020-04-12 dg1727 <dg1727@protonmail.com>

* 45661: Doc/Zsh/params.yo: docs: Clarify the effect of
Expand Down
4 changes: 3 additions & 1 deletion Doc/Zsh/expn.yo
Original file line number Diff line number Diff line change
Expand Up @@ -2837,7 +2837,9 @@ negates all qualifiers following it
)
item(tt(-))(
toggles between making the qualifiers work on symbolic links (the
default) and the files they point to
default) and the files they point to, if any; any symbolic link for
whose target the `tt(stat)' system call fails (whatever the cause of the
failure) is treated as a file in its own right
)
item(tt(M))(
sets the tt(MARK_DIRS) option for the current pattern
Expand Down

0 comments on commit 28277a8

Please sign in to comment.