diff options
-rw-r--r-- | bin/ls/ls.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index cb890a5..0a99cf4 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -137,8 +137,12 @@ options. .It Fl R Recursively list subdirectories encountered. .It Fl T -Display complete time information for the file, including -month, day, hour, minute, second, and year. +When used with the +.Fl l +(lowercase letter +.Dq ell ) +option, display complete time information for the file, including +month, day, hour, minute, second, and year. .It Fl W Display whiteouts when scanning directories. .It Fl Z @@ -167,7 +171,7 @@ it was used to display the group name in the long .Pq Fl l format output. .It Fl h -When used wih the +When used with the .Fl l option, use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the number of digits to three or less |