diff options
author | Greg Lehey <grog@FreeBSD.org> | 2008-05-16 04:33:04 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2008-05-16 04:33:04 +0000 |
commit | b98d401185e17236b4e68ff2ce58413c7865bc18 (patch) | |
tree | 09a58d7f6c02ffdd35215d7877831b75d87e95a3 | |
parent | 6d107591b29c99f6b2cc18bb8b5e3fc35d10e92c (diff) |
Notes
-rw-r--r-- | lib/libc/stdtime/strftime.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index e3a64db3bf59..d5cdd7dc5638 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -154,9 +154,9 @@ the same as .Cm %E* . .It Cm %p is replaced by national representation of either -"ante meridiem" +"ante meridiem" (a.m.) or -"post meridiem" +"post meridiem" (p.m.) as appropriate. .It Cm \&%R is equivalent to |