]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ntpdc documentation cleanup
authorHarlan Stenn <stenn@ntp.org>
Fri, 27 May 2011 09:15:52 +0000 (05:15 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 27 May 2011 09:15:52 +0000 (05:15 -0400)
bk: 4ddf6bc8ZowG8_cv1I7hsc7FtALlbA

ChangeLog
ntpdc/ntpdc-opts.def

index a86ed8310ac63ac03d31a2dd8bfc9ae7d6173942..bea076b174d6fe41030a5ff25ec63202764c1866 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* ntpdc documentation cleanup.
 * Don't build libevent with openssl support.  Right now, libevent
   doesn't use pkg-config to find openssl's installation location.
 (4.2.7p173) 2011/05/25 Released by Harlan Stenn <stenn@ntp.org>
index ebfbc828ad363dee2c62232503f5fdfd3e23a9bb..d744c11ec94def7bb996f983f710c8eae3630307 100644 (file)
@@ -6,7 +6,7 @@ autogen definitions options;
 #include copyright.def
 
 prog-name      = "ntpdc";
-prog-title     = "vendor-specific NTP query program";
+prog-title     = "vendor-specific NTPD control program";
 argument       = '[ host ...]';
 
 #include homerc.def
@@ -799,7 +799,7 @@ doc-section = {
   ds-type      = 'AUTHORS';
   ds-format     = 'mdoc';
   ds-text       = <<-  _END_MDOC_AUTHORS
-Portions of this document came from FreeBSD.
+The formatting directives in this document came from FreeBSD.
        _END_MDOC_AUTHORS;
 };
 
@@ -818,5 +818,7 @@ program was designed so that new (and temporary) features were easy
 to hack in, at great expense to the program's ease of use.
 Despite
 this, the program is occasionally useful.
+.Pp
+Please report bugs to http://bugs.ntp.org .
        _END_MDOC_BUGS;
 };