diff --git a/src/uu/ls/src/ls.rs b/src/uu/ls/src/ls.rs index 81167ae34..d8fbde6e7 100644 --- a/src/uu/ls/src/ls.rs +++ b/src/uu/ls/src/ls.rs @@ -1812,7 +1812,8 @@ struct PathData { // Result got from symlink_metadata() or metadata() based on config md: OnceCell>, ft: OnceCell>, - // can be used to avoid reading the metadata. Can be also called d_type + // can be used to avoid reading the metadata. Can be also called d_type: + // https://www.gnu.org/software/libc/manual/html_node/Directory-Entries.html de: Option, // Name of the file - will be empty for . or .. display_name: OsString,