summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2018-08-21 10:34:47 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-08-21 10:34:54 +0000
commit6fcb32b30051523ad155273fe8b1a775c5f6ba3b (patch)
tree73e9a5cada6562606b1ab9c86c42abecbef8ccb9 /Doc/Zsh/compsys.yo
parent3c93497eb701d8f220bc32d38e1f12bfb534c390 (diff)
downloadzsh-6fcb32b30051523ad155273fe8b1a775c5f6ba3b.tar.gz
zsh-6fcb32b30051523ad155273fe8b1a775c5f6ba3b.zip
unposted: docs: Fix duplicated words in _combination.
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index afe332544..65f596752 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -4279,8 +4279,8 @@ var(field)s for which the value is known).
The matches generated will be taken from the value of the style. These
should contain the possible values for the combinations in the appropriate
-order (users, hosts, ports in the example above). The different fields
-the values for the different fields are separated by colons. This
+order (users, hosts, ports in the example above).
+The values for the different fields are separated by colons. This
can be altered with the option tt(-s) to tt(_combination) which specifies a
pattern. Typically this is a character class, as for example
`tt(-s "[:@]")' in the case of the tt(users-hosts) style. Each