diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doc/Zsh/mod_stat.yo | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b273fe9ce..9b0b4ddba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-10-07 Daniel Shahaf <d.s@daniel.shahaf.name> + + * unposted: Doc/Zsh/mod_stat.yo: zsh/stat docs: Rephrase to + avoid ambiguity due to the ambiguous relative precedence of the + 'other than' and 'and' operators. + 2017-10-04 Noah Pendleton <noah.pendleton@gmail.com> * 41808: Completion/Unix/Command/_git: _git-cherry-pick: diff --git a/Doc/Zsh/mod_stat.yo b/Doc/Zsh/mod_stat.yo index 78649de5e..96349061e 100644 --- a/Doc/Zsh/mod_stat.yo +++ b/Doc/Zsh/mod_stat.yo @@ -123,7 +123,7 @@ tt(-s) option is implied. item(tt(-l))( List the names of the type elements (to standard output or an array as appropriate) and return immediately; -options other than tt(-A) and arguments are ignored. +arguments, and options other than tt(-A), are ignored. ) item(tt(-L))( Perform an tt(lstat) (see manref(lstat)(2)) rather than a tt(stat) |