From 53b3c782ef0564384e196c3ed79740e56f4175e1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 18 Dec 2023 09:40:25 +0100 Subject: [PATCH] add a link to d_type doc --- src/uu/ls/src/ls.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,