From 88bdce982a99238b5320eca4e19d86fd364419ee Mon Sep 17 00:00:00 2001 From: BenoƮt Knecht Date: Thu, 7 Jul 2011 10:55:47 +0200 Subject: doc: note date's %k, %l are space-padded and equivalent to %_H and %_I * src/date.c (usage): As above, for --help. * doc/coreutils.texi (Time conversion specifiers): Likewise. Reported by Britton Leo Kerin in http://bugs.debian.org/115833. --- doc/coreutils.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/coreutils.texi b/doc/coreutils.texi index c59af2f47..11ac7fd8a 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -13921,10 +13921,10 @@ hour (@samp{00}@dots{}@samp{23}) @item %I hour (@samp{01}@dots{}@samp{12}) @item %k -hour (@samp{ 0}@dots{}@samp{23}). +hour, space padded (@samp{ 0}@dots{}@samp{23}); equivalent to @samp{%_H}. This is a @acronym{GNU} extension. @item %l -hour (@samp{ 1}@dots{}@samp{12}). +hour, space padded (@samp{ 1}@dots{}@samp{12}); equivalent to @samp{%_I}. This is a @acronym{GNU} extension. @item %M minute (@samp{00}@dots{}@samp{59}) -- cgit v1.2.3-70-g09d2