diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-10-07 01:10:22 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-10-07 01:11:23 +0000 |
commit | e49aabc13a858c636146f6744ac25b3e741763ff (patch) | |
tree | 3278ef00399926589a2c4b86412636054bb1fbc7 | |
parent | 63271a4b9308a3965a0f0a97175cbcfdf1a3b813 (diff) | |
download | zsh-e49aabc13a858c636146f6744ac25b3e741763ff.tar.gz zsh-e49aabc13a858c636146f6744ac25b3e741763ff.tar.xz zsh-e49aabc13a858c636146f6744ac25b3e741763ff.zip |
unposted: zsh/stat docs: Rephrase to avoid ambiguity due to the ambiguous relative precedence of the 'other than' and 'and' operators.
-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) |