aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/at/at.c
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-05-08 11:23:45 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-05-08 11:23:45 +0000
commit18ddb1400d3ca52bb60de23082833d2156d8d263 (patch)
treeb70520e30544968fdf890e210b0a46f0ff4f36f5 /usr.bin/at/at.c
parent8b43b535304e39475e9acc050e0d20e5228b69ca (diff)
downloadsrc-18ddb1400d3ca52bb60de23082833d2156d8d263.tar.gz
src-18ddb1400d3ca52bb60de23082833d2156d8d263.zip
Change whtespace indent in format string to fit new output form of
timestamp. Reviewed by: markm
Notes
Notes: svn path=/head/; revision=96216
Diffstat (limited to 'usr.bin/at/at.c')
-rw-r--r--usr.bin/at/at.c4
1 files changed, 2 insertions, 2 deletions
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,