From b692ed1b9d19d10646d3870bb3b9b301216bddf7 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 13 Apr 2000 11:05:15 +0000 Subject: remove the `pids' tag, use `processes' instead (10733) --- Doc/Zsh/compsys.yo | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 75dc14346..91e5c78e8 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -644,15 +644,6 @@ item(tt(paths))( used to look up the values of the tt(expand), tt(ambiguous) and tt(special-dirs) styles ) -kindex(pids, completion tag) -item(tt(pids))( -for process identifiers -) -kindex(pids-list, completion tag) -item(tt(pids-list))( -used to look up the tt(command) style when generating the list to -display for process identifiers -) kindex(pods, completion tag) item(tt(pods))( for perl pods @@ -673,6 +664,16 @@ kindex(processes, completion tag) item(tt(processes))( for process identifiers ) +kindex(processes-list, completion tag) +item(tt(processes-list))( +used to look up the tt(command) style when generating the list to +display for process identifiers +) +kindex(processes-names, completion tag) +item(tt(processes-names))( +used to look up the tt(command) style when generating the names of +processes for tt(killall) +) kindex(sequences, completion tag) item(tt(sequences))( for sequences (e.g. tt(mh) sequences) @@ -801,9 +802,9 @@ called, but for completion purposes one needs to ensure that the real command is called. For example, the function generating process IDs as matches uses this -style with the tt(pids) tag to generate the IDs to complete and iwhen +style with the tt(processes) tag to generate the IDs to complete and iwhen the tt(verbose) style is `true', it uses this style with the -tt(pids-list) tag to generate the strings to display. When using +tt(processes-list) tag to generate the strings to display. When using different values for these two tags one should ensure that the process IDs appear in the same order in both lists. ) -- cgit 1.4.1