]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(Formatting file timestamps): Fix typo: s/%M:S/%M:%S/.
authorJim Meyering <jim@meyering.net>
Fri, 24 Jan 2003 13:48:11 +0000 (13:48 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 24 Jan 2003 13:48:11 +0000 (13:48 +0000)
doc/coreutils.texi

index 3488e08ac90ef1b154d6bc12fd4c30a656c750d2..e4c9eef87e7788292da797a16c4ad041a833afda 100644 (file)
@@ -5503,7 +5503,7 @@ be one of the following:
 @vindex LC_TIME
 List timestamps using @var{format}, where @var{format} is interpreted
 like the format argument of @command{date} (@pxref{date invocation}).
-For example, @option{--time-style="+%Y-%m-%d %H:%M:S"} causes
+For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
 @command{ls} to list timestamps like @samp{2002-03-30 23:45:56}.  As
 with @command{date}, @var{format}'s interpretation is affected by the
 @env{LC_TIME} locale category.