]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: ls: clarify description of timestamps
authorPádraig Brady <P@draigBrady.com>
Fri, 12 Aug 2022 12:40:00 +0000 (13:40 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 12 Aug 2022 13:21:12 +0000 (14:21 +0100)
commit35fbc51d3ff0946b677732a1dbd0b715267b1855
tree2b3a204f04b0a2b0db1725ccca15cbc720c28301
parentc7920f2b1b12703aad4df360a783b30f117df358
doc: ls: clarify description of timestamps

* src/ls.c (usage): Don't mention "modification" in the
description of ctime (-c), as it's confusing with mtime.
Mention "metadata" when discussing "change" time to
disambiguate from data change time.
* doc/coreutils.texi (ls invocation): State that --time=creation
falls back to using mtime where not available.
doc/coreutils.texi
src/ls.c