about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-12-16 21:06:09 +0000
committerClint Adams <clint@users.sourceforge.net>2001-12-16 21:06:09 +0000
commite4a8182ab715967d4fbba9ae419621603da3be35 (patch)
treeb21cf774a46b34d020bf938963d610686e9e4852 /Doc
parent1e103ebef330694fe94889127df2c166aa4804a1 (diff)
downloadzsh-e4a8182ab715967d4fbba9ae419621603da3be35.tar.gz
zsh-e4a8182ab715967d4fbba9ae419621603da3be35.tar.xz
zsh-e4a8182ab715967d4fbba9ae419621603da3be35.zip
16346: docs for (n) flag.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 834cb97c3..c3fbd7cfc 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -761,6 +761,9 @@ access single words in the result, one has to use nested expansions as
 in `tt(${${(z)foo}[2]})'. Likewise, to remove the quotes in the
 resulting words one would do: `tt(${(Q)${(z)foo}})'.
 )
+item(tt(n))(
+Expand only the first occurrence of each unique word.
+)
 enditem()
 
 The following flags (except tt(p)) are followed by one or more arguments