diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-09-18 04:14:54 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-09-18 04:14:54 +0000 |
| commit | 802265809c1411571552332132c14f3616bc0d10 (patch) | |
| tree | 6596ec3e0291c14c42d664c2d29194aeee8023b1 /libexec | |
| parent | f3932b979ddbc8d84debe4a058d04b55186669cf (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/getty/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 4e47a45053f4..3a0336aefd83 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); |
