From: Harlan Stenn Date: Fri, 27 May 2011 09:15:52 +0000 (-0400) Subject: ntpdc documentation cleanup X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75d418fa2d9aa3d7f13743dc62df00684e6fdda9;p=thirdparty%2Fntp.git ntpdc documentation cleanup bk: 4ddf6bc8ZowG8_cv1I7hsc7FtALlbA --- diff --git a/ChangeLog b/ChangeLog index a86ed8310a..bea076b174 100644 --- 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 diff --git a/ntpdc/ntpdc-opts.def b/ntpdc/ntpdc-opts.def index ebfbc828ad..d744c11ec9 100644 --- a/ntpdc/ntpdc-opts.def +++ b/ntpdc/ntpdc-opts.def @@ -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; };