summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-24 13:48:11 +0000
committerJim Meyering <jim@meyering.net>2003-01-24 13:48:11 +0000
commit0644a669010c802f8125a01740d53a07dc252693 (patch)
tree2325e39badff49afa78503a9810bb25440bbe218 /doc
parentd57cca6de03a6aa6df3fbbbfd6dc72feab7bb767 (diff)
downloadcoreutils-0644a669010c802f8125a01740d53a07dc252693.tar.xz
(Formatting file timestamps): Fix typo: s/%M:S/%M:%S/.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 3488e08ac..e4c9eef87 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -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.