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

This commit is contained in:
Tim J. Robbins 2002-05-28 06:36:46 +00:00
parent b0405a2ad3
commit 1a94013869
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97374

View File

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