mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 03:55:11 +00:00
updated links with markdown highlighting
This commit is contained in:
parent
863d96150d
commit
a4b23055a8
@ -146,7 +146,7 @@ pub enum SortField {
|
|||||||
/// slows the whole operation down, so many systems will only update the
|
/// slows the whole operation down, so many systems will only update the
|
||||||
/// timestamp in certain circumstances. This has become common enough that
|
/// timestamp in certain circumstances. This has become common enough that
|
||||||
/// it’s now expected behaviour!
|
/// it’s now expected behaviour!
|
||||||
/// http://unix.stackexchange.com/a/8842
|
/// <http://unix.stackexchange.com/a/8842>
|
||||||
AccessedDate,
|
AccessedDate,
|
||||||
|
|
||||||
/// The time the file was changed (the “ctime”).
|
/// The time the file was changed (the “ctime”).
|
||||||
@ -155,7 +155,7 @@ pub enum SortField {
|
|||||||
/// changed — its permissions, owners, or link count.
|
/// changed — its permissions, owners, or link count.
|
||||||
///
|
///
|
||||||
/// In original Unix, this was, however, meant as creation time.
|
/// In original Unix, this was, however, meant as creation time.
|
||||||
/// https://www.bell-labs.com/usr/dmr/www/cacm.html
|
/// <https://www.bell-labs.com/usr/dmr/www/cacm.html>
|
||||||
ChangedDate,
|
ChangedDate,
|
||||||
|
|
||||||
/// The time the file was created (the “btime” or “birthtime”).
|
/// The time the file was created (the “btime” or “birthtime”).
|
||||||
|
Loading…
Reference in New Issue
Block a user