]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
cleanup ntp.keys.def
authorHarlan Stenn <stenn@ntp.org>
Sun, 21 Aug 2011 23:45:28 +0000 (23:45 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 21 Aug 2011 23:45:28 +0000 (23:45 +0000)
bk: 4e5198988O6GYYX05C4CwE2U-BOJsQ

ntpd/ntp.keys.def

index 36fa99a593f1cff69f34acd9b38b4e5d2812558e..5f9a9545f8fda13a7410efdbcd844d814b3d5689 100644 (file)
@@ -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';