Source-Changes-HG archive

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

[src/netbsd-1-5]: src/bin/date Pull up revision 1.27 (requested by hubertf):



details:   https://anonhg.NetBSD.org/src/rev/de72726b87ce
branches:  netbsd-1-5
changeset: 490841:de72726b87ce
user:      he <he%NetBSD.org@localhost>
date:      Sun Mar 11 22:23:08 2001 +0000

description:
Pull up revision 1.27 (requested by hubertf):
  Cross-reference settimeofday(2), so it's obvious what system call
  is used to set the system (and hardware!) clock.

diffstat:

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

diffs (26 lines):

diff -r 01231bd424ec -r de72726b87ce bin/date/date.1
--- a/bin/date/date.1   Sun Mar 11 22:21:06 2001 +0000
+++ b/bin/date/date.1   Sun Mar 11 22:23:08 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: date.1,v 1.24 1999/12/29 04:11:30 hubertf Exp $
+.\"    $NetBSD: date.1,v 1.24.4.1 2001/03/11 22:23:08 he Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -36,7 +36,7 @@
 .\"
 .\"     @(#)date.1     8.3 (Berkeley) 4/28/95
 .\"
-.Dd January 20, 1998
+.Dd March 8, 2001
 .Dt DATE 1
 .Os
 .Sh NAME
@@ -177,6 +177,7 @@
 .El
 .Sh SEE ALSO
 .Xr gettimeofday 2 ,
+.Xr settimeofday 2 ,
 .Xr strftime 3 ,
 .Xr utmp 5 ,
 .Xr timed 8



Home | Main Index | Thread Index | Old Index