[Git][NTPsec/ntpsec][master] 3 commits: Documentation polishing.
Eric S. Raymond
gitlab at mg.gitlab.com
Wed Dec 14 10:27:48 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
e78dfc46 by Eric S. Raymond at 2016-12-14T05:21:49-05:00
Documentation polishing.
- - - - -
bd40a8d6 by Richard Laager at 2016-12-14T05:27:33-05:00
Fix a typo
- - - - -
ec7c95ac by Richard Laager at 2016-12-14T05:27:33-05:00
Fix calls to iso_to_posix()
- - - - -
3 changed files:
- README
- docs/includes/ntpviz-body.txt
- ntpclients/ntpviz
Changes:
=====================================
README
=====================================
--- a/README
+++ b/README
@@ -6,10 +6,6 @@ security-hardened implementation of Network Time Protocol Version 4.
The contents of the base directory are given in this file. The contents of
subdirectories are usually given in the README files in each subdirectory.
-A complete explanation of the configure, compile and install process, as
-well as setting up an NTP subnet, is in the HTML pages in the ./html/
-directory.
-
The base directory ./ contains the configuration files, source
directories and related stuff:
@@ -65,7 +61,7 @@ ntpclients/:: Directory containing sources for clients - utility programs
ntpd/:: Sources for the main time-synchronization daemon.
-ntpfrob/:: The ntpfrob utility collects several small diagnostic
+ntpfrob/:: The ntpfrob utility collects several small diagnostic
functions for reading and tweaking the local clock
hardware, including reading the clock tick rate,
precision, and jitter.
=====================================
docs/includes/ntpviz-body.txt
=====================================
--- a/docs/includes/ntpviz-body.txt
+++ b/docs/includes/ntpviz-body.txt
@@ -63,7 +63,7 @@ subset of comparative plots for multiple directories.
-e TIME or --endtime TIME::
With -s and -e you set the start and end times. TIME is either numeric
- POSIX time (sconds since the start of the epoch) or ISO 8601-style
+ POSIX time (seconds since the start of the epoch) or ISO 8601-style
timestamps (yyyy-mmm-ddThh:mm:ss). +
The default end time is the last logfile entry timestamp. +
The default start time is computed as the end time minus DAYS. +
=====================================
ntpclients/ntpviz
=====================================
--- a/ntpclients/ntpviz
+++ b/ntpclients/ntpviz
@@ -1309,9 +1309,9 @@ Python by ESR, concept and gnuplot code by Dan Drown.
args.period = int( float(args.period) * ntp.statfiles.NTPStats.SecondsInDay)
if args.endtime is not None:
- args.endtime = iso_to_posix(args.endtime)
+ args.endtime = ntp.statfiles.iso_to_posix(args.endtime)
if args.starttime is not None:
- args.starttime = iso_to_posix(args.starttime)
+ args.starttime = ntp.statfiles.iso_to_posix(args.starttime)
args.statsdirs = [os.path.expanduser(path)
for path in args.statsdirs.split(",")]
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/f9c9ab913dfab6626c07fe4b419bb4d3dc1b4ca8...ec7c95ac5fa236d4da7eb3df52585e79efbea393
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161214/de04f5d4/attachment.html>
More information about the vc
mailing list