[Git][NTPsec/ntpsec][master] 2 commits: Typos

Eric S. Raymond gitlab at mg.gitlab.com
Mon Oct 17 07:44:41 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
2ce9056c by Matt Selsky at 2016-10-17T00:49:19-04:00
Typos

- - - - -
26e2280b by Matt Selsky at 2016-10-17T01:03:54-04:00
pyntpq: point short form of commands at long forms

- - - - -


2 changed files:

- devel/tour.txt
- ntpq/pyntpq


Changes:

=====================================
devel/tour.txt
=====================================
--- a/devel/tour.txt
+++ b/devel/tour.txt
@@ -179,7 +179,7 @@ nanosecond-precision and those with only microsecond precision;
 internally, ntpd does all its calculations with nanosecond precision.
 
 The clock_gettime(2) and clock_settime(2) calls are standardized in
-POSIX; ntp_adjtime(2) is not not, exhibiting some variability in
+POSIX; ntp_adjtime(2) is not, exhibiting some variability in
 behavior across platforms (in particular as to whether it supports
 nanosecond or microsecond precision).
 
@@ -195,7 +195,7 @@ Older BSD systems read the clock using gettimeofday(2)
 (in POSIX but deprecated) and set it using settimeofday(2),
 which was never standardized. Neither of these calls are still
 used in NTPsec, though the equally ancient BSD adjtime(2) call
-is on systems without kernel PLL support.
+is, on systems without kernel PLL support.
 
 Also, glibc (and possibly other C libraries) implement two other
 related calls, ntp_gettime(3) and ntp_gettimex(3). These are not used


=====================================
ntpq/pyntpq
=====================================
--- a/ntpq/pyntpq
+++ b/ntpq/pyntpq
@@ -616,7 +616,7 @@ usage: readlist [ assocID ]
 
     def do_rl(self, line):
         "read the system or peer variables included in the variable list"
-        pass
+        self.do_readlist(line)
 
     def help_rl(self):
         sys.stdout.write("""\
@@ -676,7 +676,7 @@ usage: mreadlist assocIDlow assocIDhigh
 
     def do_mrl(self, line):
         "read the peer variables in the variable list for multiple peers"
-        pass
+        self.do_mreadlist(line)
 
     def help_mrl(self):
         sys.stdout.write("""\
@@ -696,7 +696,7 @@ usage: mreadvar assocIDlow assocIDhigh [ name=value[,...] ]
 
     def do_mrv(self, line):
         "read peer variables from multiple peers"
-        pass
+        self.do_mreadvar(line)
 
     def help_mrv(self):
         sys.stdout.write("""\
@@ -716,7 +716,7 @@ usage: clocklist [ assocID ]
 
     def do_cl(self, line):
         "read the clock variables included in the variable list"
-        pass
+        self.do_clocklist(line)
 
     def help_cl(self):
         sys.stdout.write("""\
@@ -736,7 +736,7 @@ usage: clockvar [ assocID ] [ name=value[,...] ]
 
     def do_cv(self, line):
         "read clock variables"
-        pass
+        self.do_clockvar(line)
 
     def help_cv(self):
         sys.stdout.write("""\



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/e189405c07246564a38a491be634af7bdd111ace...26e2280b856b1e9f2ef2133ab0030fb7a2ac1cff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161017/55127c24/attachment.html>


More information about the vc mailing list