about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-13 11:05:15 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-13 11:05:15 +0000
commitb692ed1b9d19d10646d3870bb3b9b301216bddf7 (patch)
tree7f9950bc2b5019a49496bd75f27a86d70c796496 /Doc
parentf5b6feedcaed6b2cbc7f5dc20a2cc4b401dc62d9 (diff)
downloadzsh-b692ed1b9d19d10646d3870bb3b9b301216bddf7.tar.gz
zsh-b692ed1b9d19d10646d3870bb3b9b301216bddf7.tar.xz
zsh-b692ed1b9d19d10646d3870bb3b9b301216bddf7.zip
remove the `pids' tag, use `processes' instead (10733)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo23
1 files changed, 12 insertions, 11 deletions
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.
 )