[Git][NTPsec/ntpsec][master] 2 commits: Update ntpdate documentation for removed flags in ntpdig
Matt Selsky
gitlab at mg.gitlab.com
Thu Dec 29 22:04:44 UTC 2016
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
34b7d693 by Matt Selsky at 2016-12-29T13:32:09-05:00
Update ntpdate documentation for removed flags in ntpdig
ntpdig no longer has -B, -b, or -K flags
- - - - -
d9e0209b by Matt Selsky at 2016-12-29T13:32:11-05:00
Have asciidoc number the list items
- - - - -
2 changed files:
- attic/ntpdate
- docs/includes/misc-options.txt
Changes:
=====================================
attic/ntpdate
=====================================
--- a/attic/ntpdate
+++ b/attic/ntpdate
@@ -32,11 +32,8 @@
# -t N.N -t N.N request timeout
# -u default unpriv port
# -v verbose (ntpd is always more verbose than ntpdate)
-# -B secs Broadcast timeout
-# -b addr Listen on addr for broadcasts
# -c name Send concurrent requests to resolved IPs for name
#
-# -K file KoD history filename
# -l file Log to file
# -M msec Slew adjustments less than msec,
# step adjustments larger than msec.
=====================================
docs/includes/misc-options.txt
=====================================
--- a/docs/includes/misc-options.txt
+++ b/docs/includes/misc-options.txt
@@ -162,15 +162,15 @@ and so on is suppressed.
+minage+ 'seconds';;
If an address is not in the list, there are several possible ways
to find a slot for it.
- 1. If the list has fewer than +mindepth+ entries, a slot is
+ . If the list has fewer than +mindepth+ entries, a slot is
allocated from the free list.
- 2. If the age of the oldest slot is less than +maxage+, the oldest
+ . If the age of the oldest slot is less than +maxage+, the oldest
slot is recycled.
- 3. If the freelist is not empty, a slot is allocated from the
+ . If the freelist is not empty, a slot is allocated from the
free list.
- 4. If the age of the oldest slot is more than +minage+, the oldest
+ . If the age of the oldest slot is more than +minage+, the oldest
slot is recycled.
- 5. Otherwise, no slot is available.
+ . Otherwise, no slot is available.
+initalloc+ 'count';;
+initmem+ 'kilobytes';;
Initial memory allocation at the time the monitoring facility is
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/eb1b864d36fa38e12e10807949ec6456ab77d4c4...d9e0209ba1b60a8ca1f4d0e8a8fdfbff5c6151e0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20161229/c92821cb/attachment.html>
More information about the vc
mailing list