Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/date - fix timed(8) references;
details: https://anonhg.NetBSD.org/src/rev/beea919fb80c
branches: trunk
changeset: 778607:beea919fb80c
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Apr 06 11:36:56 2012 +0000
description:
- fix timed(8) references;
- fix capitalization;
- add reference to environ(7) in `SEE ALSO' section, as it is
mentioned in the text.
>From patch by Bug Hunting.
diffstat:
bin/date/date.1 | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diffs (51 lines):
diff -r e0e1a354166e -r beea919fb80c bin/date/date.1
--- a/bin/date/date.1 Fri Apr 06 11:36:04 2012 +0000
+++ b/bin/date/date.1 Fri Apr 06 11:36:56 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: date.1,v 1.41 2010/02/04 22:56:11 wiz Exp $
+.\" $NetBSD: date.1,v 1.42 2012/04/06 11:36:56 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -84,7 +84,7 @@
.Xr timed 8
is used to synchronize the clocks on groups of machines.
By default, if
-timed
+.Xr timed 8
is running,
.Nm
will set the time on all of the machines in the local group.
@@ -153,7 +153,7 @@
.Pp
Everything but the minutes is optional.
.Pp
-Time changes for Daylight Saving and Standard time and leap seconds
+Time changes for Daylight Saving and Standard Time and leap seconds
and years are handled automatically.
.Sh ENVIRONMENT
The following environment variables affect the execution of
@@ -217,12 +217,13 @@
prints:
.Ql Network time being set .
The message
-.Ql Communication error with timed
+.Ql Communication error with
+.Xr timed 8
occurs when the communication
between
.Nm
and
-timed
+.Xr timed 8
fails.
.Sh SEE ALSO
.Xr adjtime 2 ,
@@ -231,6 +232,7 @@
.Xr parsedate 3 ,
.Xr strftime 3 ,
.Xr utmp 5 ,
+.Xr environ 7 ,
.Xr timed 8
.Rs
.%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
Home |
Main Index |
Thread Index |
Old Index