diff options
author | jwd <jwd@FreeBSD.org> | 2002-04-15 02:21:12 +0000 |
---|---|---|
committer | jwd <jwd@FreeBSD.org> | 2002-04-15 02:21:12 +0000 |
commit | a3fe1a7096d75bedd782960834871b0ee7b9f125 (patch) | |
tree | 1f535453cfa09e5b9831c2fdf53bfc7eadac175b /bin/ls | |
parent | 7195c52cfe8f015215a081817bd6f7f4ca086454 (diff) | |
download | FreeBSD-src-a3fe1a7096d75bedd782960834871b0ee7b9f125.zip FreeBSD-src-a3fe1a7096d75bedd782960834871b0ee7b9f125.tar.gz |
Document option to option dependancy. Fix typo.
MFC after: 1 week
Diffstat (limited to 'bin/ls')
-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 |