diff options
Diffstat (limited to 'sntp/sntp-opts.c')
-rw-r--r-- | sntp/sntp-opts.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index d57f335e976d..29c726cb5973 100644 --- a/sntp/sntp-opts.c +++ b/sntp/sntp-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.c) * - * It has been AutoGen-ed May 31, 2023 at 02:47:47 PM by AutoGen 5.18.16 + * It has been AutoGen-ed June 6, 2023 at 04:35:52 AM by AutoGen 5.18.16 * From the definitions sntp-opts.def * and the template file options * @@ -74,7 +74,7 @@ extern FILE * option_usage_fp; * static const strings for sntp options */ static char const sntp_opt_strs[2567] = -/* 0 */ "sntp 4.2.8p16\n" +/* 0 */ "sntp 4.2.8p17\n" "Copyright (C) 1992-2023 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" @@ -160,7 +160,7 @@ static char const sntp_opt_strs[2567] = /* 2313 */ "LOAD_OPTS\0" /* 2323 */ "no-load-opts\0" /* 2336 */ "SNTP\0" -/* 2341 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.8p16\n" +/* 2341 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.8p17\n" "Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n" "\t\t[ hostname-or-IP ...]\n\0" /* 2501 */ "$HOME\0" @@ -168,7 +168,7 @@ static char const sntp_opt_strs[2567] = /* 2509 */ ".ntprc\0" /* 2516 */ "https://bugs.ntp.org, bugs@ntp.org\0" /* 2551 */ "\n\0" -/* 2553 */ "sntp 4.2.8p16"; +/* 2553 */ "sntp 4.2.8p17"; /** * ipv4 option description with @@ -1180,7 +1180,7 @@ static void bogus_function(void) { translate option names. */ /* referenced via sntpOptions.pzCopyright */ - puts(_("sntp 4.2.8p16\n\ + puts(_("sntp 4.2.8p17\n\ Copyright (C) 1992-2023 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\ @@ -1270,7 +1270,7 @@ implied warranty.\n")); puts(_("load options from a config file")); /* referenced via sntpOptions.pzUsageTitle */ - puts(_("sntp - standard Simple Network Time Protocol client program - Ver. 4.2.8p16\n\ + puts(_("sntp - standard Simple Network Time Protocol client program - Ver. 4.2.8p17\n\ Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\ \t\t[ hostname-or-IP ...]\n")); @@ -1278,7 +1278,7 @@ Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\ puts(_("\n")); /* referenced via sntpOptions.pzFullVersion */ - puts(_("sntp 4.2.8p16")); + puts(_("sntp 4.2.8p17")); /* referenced via sntpOptions.pzFullUsage */ puts(_("<<<NOT-FOUND>>>")); |