On 2011-12-20 18:18, Igor Murzov wrote: >> The following commit has been merged in the master branch: >> commit 099b47c66d48537311d53493dca67017c2493f84 >> Author: Ville Skyttä <ville.skytta at iki.fi> >> Date: Wed Oct 26 21:01:18 2011 +0300 >> >> kill, killall: Add some option and argument completions, simplify >> _signals. > > The same function is used for killall and pkill utils, but they have almost > no similar options. So it's probably better to separate these utils before > adding option and argument completions.
Done in git now by basing pkill on pgrep instead of killall, pgrep's and pkill's options are quite closely the same on all systems I've looked at. _______________________________________________ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel