diff options
author | grog <grog@FreeBSD.org> | 2008-05-16 04:33:04 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2008-05-16 04:33:04 +0000 |
commit | 8c26df34b04f11740dfc1af81d2d67824894893f (patch) | |
tree | 09a58d7f6c02ffdd35215d7877831b75d87e95a3 /lib/libc | |
parent | dbb66e289fe84ffc6a663ee4f2fb6a07e6378cf4 (diff) | |
download | FreeBSD-src-8c26df34b04f11740dfc1af81d2d67824894893f.zip FreeBSD-src-8c26df34b04f11740dfc1af81d2d67824894893f.tar.gz |
Clarify that "ante meridiem" and "post meridiem" mean the same thing
as the more commonly used "a.m." and "p.m.".
Tripped over by: Callum Gibson.
MFC after: 2 weeks
Diffstat (limited to 'lib/libc')
-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 e3a64db..d5cdd7d 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 |