From 759514331950c12d90fb254de1d3b5cd98f5fcc7 Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 24 Jun 2002 20:14:35 +0000 Subject: [PATCH] Note that -T is to be used with -l; synced with FreeBSD via Michal Pasternak on current-users. --- bin/ls/ls.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 2b87dd010805..2097720bf068 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: ls.1,v 1.33 2002/04/29 19:47:01 kleink Exp $ +.\" $NetBSD: ls.1,v 1.34 2002/06/24 20:14:35 kleink Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -95,7 +95,10 @@ Recursively list subdirectories encountered. .It Fl S Sort by size, largest file first. .It Fl T -Display complete time information for the file, including +When used with the +.Fl l +(the lowercase letter ``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.