summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-06-22 15:09:51 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-06-22 15:09:51 +0000
commit34d45d6d4e5ae640b6f3c5d00a5fb531e1511368 (patch)
treee5e3bfd7b96518a48db97db6e23b6e9394ca134a
parent445572c1ed9c672d070026a05ae738799ecd4067 (diff)
Notes
-rw-r--r--usr.sbin/ac/ac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c
index fa21596d1268..07d5bed1395b 100644
--- a/usr.sbin/ac/ac.c
+++ b/usr.sbin/ac/ac.c
@@ -323,7 +323,7 @@ show_today(users, logins, secs)
char date[64];
time_t yesterday = secs - 1;
- (void)strftime(date, sizeof (date), "%b %e total",
+ (void)strftime(date, sizeof (date), "%Ef total",
localtime(&yesterday));
/* restore the missing second */