diff options
Diffstat (limited to 'ntpd/ntpd-opts.c')
-rw-r--r-- | ntpd/ntpd-opts.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 14774d684f2d..5d8b0bb33659 100644 --- a/ntpd/ntpd-opts.c +++ b/ntpd/ntpd-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.c) * - * It has been AutoGen-ed June 6, 2023 at 04:36:50 AM by AutoGen 5.18.16 + * It has been AutoGen-ed May 25, 2024 at 12:03:09 AM by AutoGen 5.18.16 * From the definitions ntpd-opts.def * and the template file options * @@ -18,7 +18,7 @@ * The ntpd program is copyrighted and licensed * under the following terms: * - * Copyright (C) 1992-2023 The University of Delaware and Network Time Foundation, all rights reserved. + * Copyright (C) 1992-2024 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: @@ -80,8 +80,8 @@ extern FILE * option_usage_fp; * static const strings for ntpd options */ static char const ntpd_opt_strs[3133] = -/* 0 */ "ntpd 4.2.8p17\n" - "Copyright (C) 1992-2023 The University of Delaware and Network Time Foundation, all rights reserved.\n" +/* 0 */ "ntpd 4.2.8p18\n" + "Copyright (C) 1992-2024 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" @@ -210,12 +210,12 @@ static char const ntpd_opt_strs[3133] = /* 2901 */ "output version information and exit\0" /* 2937 */ "version\0" /* 2945 */ "NTPD\0" -/* 2950 */ "ntpd - NTP daemon program - Ver. 4.2.8p17\n" +/* 2950 */ "ntpd - NTP daemon program - Ver. 4.2.8p18\n" "Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n" "\t\t[ <server1> ... <serverN> ]\n\0" /* 3082 */ "https://bugs.ntp.org, bugs@ntp.org\0" /* 3117 */ "\n\0" -/* 3119 */ "ntpd 4.2.8p17"; +/* 3119 */ "ntpd 4.2.8p18"; /** * ipv4 option description with @@ -1534,8 +1534,8 @@ static void bogus_function(void) { translate option names. */ /* referenced via ntpdOptions.pzCopyright */ - puts(_("ntpd 4.2.8p17\n\ -Copyright (C) 1992-2023 The University of Delaware and Network Time Foundation, all rights reserved.\n\ + puts(_("ntpd 4.2.8p18\n\ +Copyright (C) 1992-2024 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")); @@ -1675,7 +1675,7 @@ implied warranty.\n")); puts(_("output version information and exit")); /* referenced via ntpdOptions.pzUsageTitle */ - puts(_("ntpd - NTP daemon program - Ver. 4.2.8p17\n\ + puts(_("ntpd - NTP daemon program - Ver. 4.2.8p18\n\ Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\ \t\t[ <server1> ... <serverN> ]\n")); @@ -1683,7 +1683,7 @@ Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\ puts(_("\n")); /* referenced via ntpdOptions.pzFullVersion */ - puts(_("ntpd 4.2.8p17")); + puts(_("ntpd 4.2.8p18")); /* referenced via ntpdOptions.pzFullUsage */ puts(_("<<<NOT-FOUND>>>")); |