summaryrefslogtreecommitdiffstats
path: root/usr.bin/who/who.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/who/who.c')
-rw-r--r--usr.bin/who/who.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c
index 6268095..ccb775b 100644
--- a/usr.bin/who/who.c
+++ b/usr.bin/who/who.c
@@ -149,6 +149,7 @@ heading(void)
printf("%-*s ", 12, "TIME");
if (uflag)
printf("IDLE ");
+ printf("%-*s", UT_HOSTSIZE, "FROM");
putchar('\n');
}
OpenPOWER on IntegriCloud