diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 371ef4d7a164..fec2c62a4b83 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -499,12 +499,12 @@ list_jobs() runtime = *localtime(&runtimer); strftime(timestr, TIMESIZE, "%+", &runtime); if (first) { - printf("Date\t\t\tOwner\tQueue\tJob#\n"); + printf("Date\t\t\t\tOwner\t\tQueue\tJob#\n"); first=0; } pw = getpwuid(buf.st_uid); - printf("%s\t%s\t%c%s\t%ld\n", + printf("%s\t%-16s%c%s\t%ld\n", timestr, pw ? pw->pw_name : "???", queue,