diff options
Diffstat (limited to 'ntpdc/ntpdc-opts.c')
| -rw-r--r-- | ntpdc/ntpdc-opts.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index 2125040e0b0f..88d04ea6028f 100644 --- a/ntpdc/ntpdc-opts.c +++ b/ntpdc/ntpdc-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.c) * - * It has been AutoGen-ed February 20, 2019 at 09:56:48 AM by AutoGen 5.18.5 + * It has been AutoGen-ed March 3, 2020 at 05:41:07 PM by AutoGen 5.18.5 * From the definitions ntpdc-opts.def * and the template file options * @@ -18,7 +18,7 @@ * The ntpdc program is copyrighted and licensed * under the following terms: * - * Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, all rights reserved. + * Copyright (C) 1992-2020 The University of Delaware and Network Time Foundation, all rights reserved. * This is free software. It is licensed for use, modification and * redistribution under the terms of the NTP License, copies of which * can be seen at: @@ -69,8 +69,8 @@ extern FILE * option_usage_fp; * static const strings for ntpdc options */ static char const ntpdc_opt_strs[1914] = -/* 0 */ "ntpdc 4.2.8p13\n" - "Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, all rights reserved.\n" +/* 0 */ "ntpdc 4.2.8p14\n" + "Copyright (C) 1992-2020 The University of Delaware and Network Time Foundation, all rights reserved.\n" "This is free software. It is licensed for use, modification and\n" "redistribution under the terms of the NTP License, copies of which\n" "can be seen at:\n" @@ -128,14 +128,14 @@ static char const ntpdc_opt_strs[1914] = /* 1695 */ "no-load-opts\0" /* 1708 */ "no\0" /* 1711 */ "NTPDC\0" -/* 1717 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.8p13\n" +/* 1717 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.8p14\n" "Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n\0" /* 1848 */ "$HOME\0" /* 1854 */ ".\0" /* 1856 */ ".ntprc\0" /* 1863 */ "http://bugs.ntp.org, bugs@ntp.org\0" /* 1897 */ "\n\0" -/* 1899 */ "ntpdc 4.2.8p13"; +/* 1899 */ "ntpdc 4.2.8p14"; /** * ipv4 option description with @@ -796,8 +796,8 @@ static void bogus_function(void) { translate option names. */ /* referenced via ntpdcOptions.pzCopyright */ - puts(_("ntpdc 4.2.8p13\n\ -Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, all rights reserved.\n\ + puts(_("ntpdc 4.2.8p14\n\ +Copyright (C) 1992-2020 The University of Delaware and Network Time Foundation, all rights reserved.\n\ This is free software. It is licensed for use, modification and\n\ redistribution under the terms of the NTP License, copies of which\n\ can be seen at:\n")); @@ -862,14 +862,14 @@ implied warranty.\n")); puts(_("load options from a config file")); /* referenced via ntpdcOptions.pzUsageTitle */ - puts(_("ntpdc - vendor-specific NTPD control program - Ver. 4.2.8p13\n\ + puts(_("ntpdc - vendor-specific NTPD control program - Ver. 4.2.8p14\n\ Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n")); /* referenced via ntpdcOptions.pzExplain */ puts(_("\n")); /* referenced via ntpdcOptions.pzFullVersion */ - puts(_("ntpdc 4.2.8p13")); + puts(_("ntpdc 4.2.8p14")); /* referenced via ntpdcOptions.pzFullUsage */ puts(_("<<<NOT-FOUND>>>")); |
