summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-28 09:45:32 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-28 09:45:32 +0000
commit8fb50dcf4ff1897d792e488f4d6dfeab2d9a5e19 (patch)
tree393bf442adec1b1c5d74032dffafb6bc3186295f /Doc
parentzsh-workers/9893 (diff)
downloadzsh-8fb50dcf4ff1897d792e488f4d6dfeab2d9a5e19.tar
zsh-8fb50dcf4ff1897d792e488f4d6dfeab2d9a5e19.tar.gz
zsh-8fb50dcf4ff1897d792e488f4d6dfeab2d9a5e19.tar.bz2
zsh-8fb50dcf4ff1897d792e488f4d6dfeab2d9a5e19.tar.lz
zsh-8fb50dcf4ff1897d792e488f4d6dfeab2d9a5e19.tar.xz
zsh-8fb50dcf4ff1897d792e488f4d6dfeab2d9a5e19.tar.zst
zsh-8fb50dcf4ff1897d792e488f4d6dfeab2d9a5e19.zip
zsh-workers/9895
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 525fb70ed..27e52c8b2 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -935,10 +935,6 @@ depending on the information already on the line, so that if, for
example, the hostname is already typed, only those ports will be
completed for which pairs with the hostname from the line exist.
)
-item(tt(hosts-ports-users))(
-Like tt(hosts-ports) but used for commands like tt(telnet) and
-containing strings of the form `var(host)tt(:)var(port)tt(:)var(user)'.
-)
item(tt(ignore-parents))(
When completing files it is possible to make names of directories
already mentioned on the line or the current working directory be
@@ -1469,6 +1465,10 @@ commands such as tt(talk) and tt(finger) and should contain other
people's accounts. Finally, this may also be used by some commands with
the tt(accounts) tag.
)
+item(tt(users-hosts-ports))(
+Like tt(users-hosts) but used for commands like tt(telnet) and
+containing strings of the form `var(user)tt(@)var(host)tt(:)var(port)'.
+)
item(tt(verbose))(
This is used in several contexts to decide if only a simple or a
verbose list of matches should be generated. For example some commands