about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-05-02 02:41:26 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-26 18:25:51 +0000
commit4e3d08fea8b82a638211b02fbaa7772cf1b2863d (patch)
tree8dd232b41d9d82a2d3b49f2b74bbfbd62d87080a /Doc/Zsh/expn.yo
parent78654869942e94b77ba878a383c4e91d2978567c (diff)
downloadzsh-4e3d08fea8b82a638211b02fbaa7772cf1b2863d.tar.gz
zsh-4e3d08fea8b82a638211b02fbaa7772cf1b2863d.tar.xz
zsh-4e3d08fea8b82a638211b02fbaa7772cf1b2863d.zip
unposted: docs: Fix some markup and typos.
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 69cb0b08a..3800f2fb0 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -2900,8 +2900,8 @@ repeated, but note that the maximum number of sort operators of any kind
 that may appear in any glob expression is 12.
 )
 item(tt(O)var(c))(
-like `tt(o)', but sorts in descending order; i.e. `tt(*(^oc))' is the
-same as `tt(*(Oc))' and `tt(*(^Oc))' is the same as `tt(*(oc))'; `tt(Od)'
+like `tt(o)', but sorts in descending order; i.e. `tt(*+LPAR()^o)var(c)tt(+RPAR())' is the
+same as `tt(*+LPAR()O)var(c)tt(+RPAR())' and `tt(*+LPAR()^O)var(c)tt(+RPAR())' is the same as `tt(*+LPAR()o)var(c)tt(+RPAR())'; `tt(Od)'
 puts files in the current directory before those in subdirectories at each
 level of the search.
 )