Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/bin/ls Pull up revision 1.34 (requested by kleink in ti...



details:   https://anonhg.NetBSD.org/src/rev/9eb8c9ad9b92
branches:  netbsd-1-6
changeset: 528079:9eb8c9ad9b92
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jun 24 22:58:09 2002 +0000

description:
Pull up revision 1.34 (requested by kleink in ticket #360):
Note that -T is to be used with -l; synced with FreeBSD via Michal
Pasternak on current-users.

diffstat:

 bin/ls/ls.1 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r a7372af9945b -r 9eb8c9ad9b92 bin/ls/ls.1
--- a/bin/ls/ls.1       Mon Jun 24 17:38:53 2002 +0000
+++ b/bin/ls/ls.1       Mon Jun 24 22:58:09 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ls.1,v 1.33 2002/04/29 19:47:01 kleink Exp $
+.\"    $NetBSD: ls.1,v 1.33.2.1 2002/06/24 22:58:09 lukem Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -95,7 +95,10 @@
 .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.



Home | Main Index | Thread Index | Old Index