Change whtespace indent in format string to fit new output form of

timestamp.

Reviewed by:	markm
This commit is contained in:
Jun Kuriyama 2002-05-08 11:23:45 +00:00
parent 8b43b53530
commit 18ddb1400d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96216

View File

@ -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,