[ntpsec commit] More documentation polishing.

Eric S. Raymond esr at ntpsec.org
Wed Sep 30 17:33:30 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    fd7de81f4857db8101b96642eaeaf8a02362e565
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=fd7de81f4857db8101b96642eaeaf8a02362e565

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Wed Sep 30 13:33:09 2015 -0400

More documentation polishing.

---

 devel-docs/TODO | 6 ++++--
 scripts/README  | 2 ++
 util/README     | 3 +--
 util/tg.c       | 2 +-
 4 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/devel-docs/TODO b/devel-docs/TODO
index 51288d6..b450b27 100644
--- a/devel-docs/TODO
+++ b/devel-docs/TODO
@@ -84,7 +84,6 @@ is not yet tested anywhere but in ntpd itself.
 | docs/ntpwait.txt  | scripts/ntp-wait/ntp-wait.txt
 | docs/sntp.txt     | sntp/sntp.txt
 | docs/tickadj.txt  | -
-| -                 | ntpsnmpd/ntpsnmpd.txt
 | -                 | ntpd/ntp.keys.txt
 | -                 | scripts/calc_tickadj/calc_tickadj.txt
 | -                 | scripts/summary.txt
@@ -107,7 +106,8 @@ is not yet tested anywhere but in ntpd itself.
 
 * A serious content-editing and update pass on the exterior documents is needed.
 
-* Part of d) is the ntp -> ntps name change.
+* Part of d) is the ntp -> ntps name change.  Note: ntp-keygen -> ntpskeygen,
+  and perhaps sntp -> ntpss (so *all* programs have the ntps prefix).
 
 * The format and organization of the NEWS file needs a rethink.
 
@@ -131,6 +131,8 @@ is not yet tested anywhere but in ntpd itself.
 * seccomp sandboxing fails to build under Ubuntu due to some confusion
   in the Linux headers.  Investigate.
 
+* Should tickadj and ntptime merge? ntpstune, anyone? 
+
 Hal:
 > I think there is some interaction between when the ACTS driver calls and the 
 > state of other stuff, like the connection to the net.  This is probably a 
diff --git a/scripts/README b/scripts/README
index 1a36112..fa5c961 100644
--- a/scripts/README
+++ b/scripts/README
@@ -34,4 +34,6 @@ summary::	Generate summary files out of stat files produced by NTP
 
 plot_summary::	Plot summaries generated by summary script.
 
+t::		Tests for the scripts.
+
 // end
diff --git a/util/README b/util/README
index c1ce835..e130180 100644
--- a/util/README
+++ b/util/README
@@ -68,8 +68,7 @@ testrs6000.c::
 tickadj.c::
     Can be used to read and set various kernel parameters affecting NTP
     operations. See the tickadj page in the HTML documentation for further
-    details.  tickadj will be built if configure believes your system can
-    use it.
+    details.
 
 tg.c and tg2.c::
     These are tone generators.  They make audio signals that emulate WWV
diff --git a/util/tg.c b/util/tg.c
index 17fe9b4..64631f0 100644
--- a/util/tg.c
+++ b/util/tg.c
@@ -16,7 +16,7 @@
  * is useful when searching for bugs and testing for correct response to
  * a leap second in UTC. Note however, the ultimate accuracy is limited
  * by the intrinsic frequency error of the codec sample clock, which can
- # reach well over 100 PPM.
+ * reach well over 100 PPM.
  *
  * The default is to route generated signals to the line output
  * jack; the s option on the command line routes these signals to the



More information about the vc mailing list