Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/last Pull up rev 1.7:



details:   https://anonhg.NetBSD.org/src/rev/fd32346340e8
branches:  netbsd-1-5
changeset: 488264:fd32346340e8
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Jun 26 00:47:42 2000 +0000

description:
Pull up rev 1.7:
Extend the -T option show that it shows the year as well as seconds.
Also print the full time on interrupt and exit, regardless of the
-T setting.  Replace all uses of asctime()/ctime() and magic number
offsets within their return strings with strftime().

Fixes PR bin/5311 from Geoff Wing and much more.

diffstat:

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

diffs (18 lines):

diff -r 064e77a730c1 -r fd32346340e8 usr.bin/last/last.1
--- a/usr.bin/last/last.1       Mon Jun 26 00:45:30 2000 +0000
+++ b/usr.bin/last/last.1       Mon Jun 26 00:47:42 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: last.1,v 1.6 1999/03/22 18:16:38 garbled Exp $
+.\"    $NetBSD: last.1,v 1.6.10.1 2000/06/26 00:47:42 simonb Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -84,7 +84,7 @@
 .Ar Host
 names may be names or internet numbers.
 .It Fl T
-Display better time information, including seconds.
+Display better time information, including the year and seconds.
 .El
 .Pp
 If



Home | Main Index | Thread Index | Old Index