Blame SOURCES/ntpstat-0.2-manual.patch

063937
diff -up ntp-4.2.6p5/ntpstat-0.2/ntpstat.1.manual ntp-4.2.6p5/ntpstat-0.2/ntpstat.1
063937
--- ntp-4.2.6p5/ntpstat-0.2/ntpstat.1.manual	2002-06-10 08:02:12.000000000 +0200
063937
+++ ntp-4.2.6p5/ntpstat-0.2/ntpstat.1	2015-12-04 17:28:23.379793604 +0100
063937
@@ -1,4 +1,4 @@
063937
-.TH ntpstat 1 "$Date: 2001/06/22 03:27:10 $"
063937
+.TH ntpstat 1
063937
 .UC 4
063937
 .SH NAME
063937
 ntpstat \- show network time synchronisation status
063937
@@ -6,12 +6,18 @@ ntpstat \- show network time synchronisa
063937
 .B ntpstat
063937
 .SH DESCRIPTION
063937
 .I ntpstat
063937
-will report the synchronisation state of the NTP daemon
063937
+will report the synchronisation state of the NTP daemon (ntpd)
063937
 running on the local machine.  If the local system is found to be 
063937
 synchronised to a reference time source,  
063937
 .I ntpstat
063937
 will report the approximate time accuracy.
063937
 
063937
+When the synchronised state is reported, it means the system clock was updated
063937
+at some point.  There is no timeout for this state.  It will stay there even
063937
+when the source becomes unreachable and there are no other sources available.
063937
+However, the reported accuracy will be slowly increasing, in the default ntpd
063937
+configuration by 15 microseconds per second.
063937
+
063937
 .SH RETURNS
063937
 .I ntpstat
063937
 returns 0 if clock is synchronised.
063937
@@ -22,7 +28,10 @@ returns 2 if clock state is indeterminan
063937
 if ntpd is not contactable.
063937
 
063937
 .SH SEE ALSO
063937
-ntpdc, ntpdq
063937
+.BR ntp_misc (5),
063937
+.BR ntpd (8),
063937
+.BR ntpq (8),
063937
+.BR ntpdc (8)
063937
 
063937
 .SH AUTHOR
063937
 G. Richard Keech (rkeech@redhat.com)