Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/stat That should be "ls -lTd", not "ls -lT"



details:   https://anonhg.NetBSD.org/src/rev/91df2de70c14
branches:  trunk
changeset: 526225:91df2de70c14
user:      atatat <atatat%NetBSD.org@localhost>
date:      Sun Apr 28 17:21:33 2002 +0000

description:
That should be "ls -lTd", not "ls -lT"

diffstat:

 usr.bin/stat/stat.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e9e166874552 -r 91df2de70c14 usr.bin/stat/stat.1
--- a/usr.bin/stat/stat.1       Sun Apr 28 17:10:32 2002 +0000
+++ b/usr.bin/stat/stat.1       Sun Apr 28 17:21:33 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.1,v 1.1 2002/04/27 16:37:19 atatat Exp $
+.\"    $NetBSD: stat.1,v 1.2 2002/04/28 17:21:33 atatat Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -194,7 +194,7 @@
 Display the mode of
 .Ar file
 as in
-.Ic ls -l .
+.Ic ls -lTd .
 .It Cm N
 Displays the name of
 .Ar file .



Home | Main Index | Thread Index | Old Index