Write "FROM" heading above the hostname column, like NetBSD and GNU do.

This commit is contained in:
tjr 2002-05-28 06:36:46 +00:00
parent 57c329453b
commit 08fbd467d7

View File

@ -149,6 +149,7 @@ heading(void)
printf("%-*s ", 12, "TIME");
if (uflag)
printf("IDLE ");
printf("%-*s", UT_HOSTSIZE, "FROM");
putchar('\n');
}