summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-02 05:20:52 +0000
committerJim Meyering <jim@meyering.net>2002-07-02 05:20:52 +0000
commite2003dea4be7178bf6c073426f61af23babbc80f (patch)
treed32e5fcb1553be4d155717b4d6854a0b157cc5c0 /src/date.c
parent7f412c940d787847d13a5ad483892987483280f5 (diff)
downloadcoreutils-e2003dea4be7178bf6c073426f61af23babbc80f.tar.xz
(usage): Mention that the expansions of %p and %P are
empty in many locales. From matthew arnison.
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/date.c b/src/date.c
index 2942169fa..1c2c5e742 100644
--- a/src/date.c
+++ b/src/date.c
@@ -180,8 +180,8 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\
fputs (_("\
%n a newline\n\
%N nanoseconds (000000000..999999999)\n\
- %p locale's upper case AM or PM indicator\n\
- %P locale's lower case am or pm indicator\n\
+ %p locale's upper case AM or PM indicator (blank in many locales)\n\
+ %P locale's lower case am or pm indicator (blank in many locales)\n\
%r time, 12-hour (hh:mm:ss [AP]M)\n\
%R time, 24-hour (hh:mm)\n\
%s seconds since `00:00:00 1970-01-01 UTC' (a GNU extension)\n\