From: Harlan Stenn Date: Sun, 21 Aug 2011 23:45:28 +0000 (+0000) Subject: cleanup ntp.keys.def X-Git-Tag: NTP_4_2_7P207~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de2214be65a59c588db36a97a1e2d427b8ec1dd;p=thirdparty%2Fntp.git cleanup ntp.keys.def bk: 4e5198988O6GYYX05C4CwE2U-BOJsQ --- diff --git a/ntpd/ntp.keys.def b/ntpd/ntp.keys.def index 36fa99a59..5f9a9545f 100644 --- a/ntpd/ntp.keys.def +++ b/ntpd/ntp.keys.def @@ -4,7 +4,10 @@ autogen definitions options; #include copyright.def -prog-name = "/etc/ntp.keys"; +// We want the synopsis to be "/etc/ntp.keys" but we need the prog-name +// to be ntp.keys - the latter is also how autogen produces the output +// file name. +prog-name = "ntp.keys"; prog-title = "NTP key file format"; /* explain: Additional information whenever the usage routine is invoked */ @@ -122,6 +125,7 @@ doc-section = { the default name of the configuration file .El _END_MDOC_FILES; +}; doc-section = { ds-type = 'SEE ALSO';