]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 739] ntpd -x should not take an argument
authorHarlan Stenn <stenn@ntp.org>
Tue, 21 Nov 2006 04:05:54 +0000 (23:05 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 21 Nov 2006 04:05:54 +0000 (23:05 -0500)
bk: 45627b22wEyJkiZfso6izRKuDOHAZw

NEWS
ntpd/ntpdbase-opts.def

diff --git a/NEWS b/NEWS
index d813f12555edd1830948c2cc98445681f25b6078..74ccb664e1be8e07d9a566d6033888d2b5442e78 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* [Bug 739] ntpd -x should not take an argument.
 * [Bug 737] Some systems need help providing struct iovec.
 * [Bug 717] Fix libopts compile problem.
 * [Bug 728] parse documentation fixes.
index a4d0c3d62f4bfc2ad7328a92ab7381ad685e7f6a..6c80e7abd67c99add2a22dc51ccc436f87976862 100644 (file)
@@ -418,7 +418,6 @@ flag = {
 flag = {
     name      = slew;
     value     = x;
-    arg-type  = string;
     descrip   = "Slew up to 600 seconds";
     doc = <<-  _EndOfDoc_
        Normally, the time is slewed if the offset is less than the step threshold, which is 128 ms by default, and stepped if above the threshold.