killall - Add support for pts specifications
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 28 Oct 2011 23:51:58 +0000 (16:51 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 28 Oct 2011 23:51:58 +0000 (16:51 -0700)
commitc5017cd942302c2a55d0f46405436109f5f887dc
tree55c9b55b311a942816acba6096c6312e62c53fa1
parentc2c5c3fd03605d72d04ddb342ff0c9b0eb0012c7
killall - Add support for pts specifications

* killall -t <number> now uses /dev/pts/<number> instead of
  /dev/tty<number>.

  killall -t <alpha>* continues to use /dev/tty<alpha>*.
usr.bin/killall/killall.c