summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libexec/getty/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index 4e47a45..3a0336a 100644
--- a/libexec/getty/main.c
+++ b/libexec/getty/main.c
@@ -458,7 +458,7 @@ putf(cp)
break;
case 'd': {
- static char fmt[] = "%l:% %P on %A, %d %B %Y";
+ static char fmt[] = "%l:% %p on %A, %d %B %Y";
fmt[4] = 'M'; /* I *hate* SCCS... */
(void)time(&t);
OpenPOWER on IntegriCloud