diff options
Diffstat (limited to 'libps/tty.c')
-rw-r--r-- | libps/tty.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libps/tty.c b/libps/tty.c index 9e7de577..9d9ee649 100644 --- a/libps/tty.c +++ b/libps/tty.c @@ -98,10 +98,11 @@ struct ps_tty_abbrev struct ps_tty_abbrev ps_tty_abbrevs[] = { { "/tmp/console", "oc" }, /* temp hack */ - { "/dev/console", "co"}, - { "/dev/tty", ""}, - { "/dev/pty", ""}, - { "/dev/", ""}, + { "/dev/console", "co" }, + { "/dev/tty", "" }, + { "/dev/pty", "" }, + { "/dev/com", "c" }, + { "/dev/", "" }, { 0 } }; |