summaryrefslogtreecommitdiff
path: root/libps/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'libps/tty.c')
-rw-r--r--libps/tty.c9
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 }
};