From 218a7e324dc52e5b9f2e724c1463fb0643a6036f Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Thu, 19 Jul 2018 17:26:11 +0900 Subject: 43183: fix '_ttys -o' and use it in _gdb/_pgrep --- Completion/Unix/Command/_pgrep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_pgrep') diff --git a/Completion/Unix/Command/_pgrep b/Completion/Unix/Command/_pgrep index b6020e5a9..86aef3462 100644 --- a/Completion/Unix/Command/_pgrep +++ b/Completion/Unix/Command/_pgrep @@ -40,7 +40,7 @@ arguments=( # _signals is OK here — we do it differently below '(ss)--signal=[specify signal to send to process]: :_signals -s' '-T+[match only on specified routing table]:routing table' - '(-t --terminal)'{-t+,--terminal=}'[match only on specified controlling terminals]:terminal device:_sequence _ttys -d' + '(-t --terminal)'{-t+,--terminal=}'[match only on specified controlling terminals]: :_sequence _ttys -do' '(-U --uid)'{-U+,--uid=}'[match only on specified real user IDs]: :_sequence _users' '(-u --euid)'{-u+,--euid=}'[match only on specified effective user IDs]: :_sequence _users' '(-v --inverse)'{-v,--inverse}'[negate matching]' -- cgit 1.4.1