ntpd-opts.c (ntp-4.2.8p14) | : | ntpd-opts.c (ntp-4.2.8p15) | ||
---|---|---|---|---|
/* | /* | |||
* EDIT THIS FILE WITH CAUTION (ntpd-opts.c) | * EDIT THIS FILE WITH CAUTION (ntpd-opts.c) | |||
* | * | |||
* It has been AutoGen-ed March 3, 2020 at 05:40:30 PM by AutoGen 5.18.5 | * It has been AutoGen-ed June 23, 2020 at 02:20:04 AM by AutoGen 5.18.5 | |||
* From the definitions ntpd-opts.def | * From the definitions ntpd-opts.def | |||
* and the template file options | * and the template file options | |||
* | * | |||
* Generated from AutoOpts 41:1:16 templates. | * Generated from AutoOpts 41:1:16 templates. | |||
* | * | |||
* AutoOpts is a copyrighted work. This source file is not encumbered | * AutoOpts is a copyrighted work. This source file is not encumbered | |||
* by AutoOpts licensing, but is provided under the licensing terms chosen | * by AutoOpts licensing, but is provided under the licensing terms chosen | |||
* by the ntpd author or copyright holder. AutoOpts is | * by the ntpd author or copyright holder. AutoOpts is | |||
* licensed under the terms of the LGPL. The redistributable library | * licensed under the terms of the LGPL. The redistributable library | |||
* (``libopts'') is licensed under the terms of either the LGPL or, at the | * (``libopts'') is licensed under the terms of either the LGPL or, at the | |||
skipping to change at line 78 | skipping to change at line 78 | |||
#endif | #endif | |||
#ifndef NULL | #ifndef NULL | |||
# define NULL 0 | # define NULL 0 | |||
#endif | #endif | |||
/** | /** | |||
* static const strings for ntpd options | * static const strings for ntpd options | |||
*/ | */ | |||
static char const ntpd_opt_strs[3132] = | static char const ntpd_opt_strs[3132] = | |||
/* 0 */ "ntpd 4.2.8p14\n" | /* 0 */ "ntpd 4.2.8p15\n" | |||
"Copyright (C) 1992-2020 The University of Delaware and Network Time Foundation, all rights reserved.\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" | "This is free software. It is licensed for use, modification and\n" | |||
"redistribution under the terms of the NTP License, copies of which\ n" | "redistribution under the terms of the NTP License, copies of which\ n" | |||
"can be seen at:\n" | "can be seen at:\n" | |||
" <http://ntp.org/license>\n" | " <http://ntp.org/license>\n" | |||
" <http://opensource.org/licenses/ntp-license.php>\n\0" | " <http://opensource.org/licenses/ntp-license.php>\n\0" | |||
/* 341 */ "Permission to use, copy, modify, and distribute this software and i ts\n" | /* 341 */ "Permission to use, copy, modify, and distribute this software and i ts\n" | |||
"documentation for any purpose with or without fee is hereby granted ,\n" | "documentation for any purpose with or without fee is hereby granted ,\n" | |||
"provided that the above copyright notice appears in all copies and that\n" | "provided that the above copyright notice appears in all copies and that\n" | |||
"both the copyright notice and this permission notice appear in supp orting\n" | "both the copyright notice and this permission notice appear in supp orting\n" | |||
skipping to change at line 208 | skipping to change at line 208 | |||
/* 2752 */ "Register with mDNS as a NTP server\0" | /* 2752 */ "Register with mDNS as a NTP server\0" | |||
/* 2787 */ "MDNS\0" | /* 2787 */ "MDNS\0" | |||
/* 2792 */ "mdns\0" | /* 2792 */ "mdns\0" | |||
/* 2797 */ "display extended usage information and exit\0" | /* 2797 */ "display extended usage information and exit\0" | |||
/* 2841 */ "help\0" | /* 2841 */ "help\0" | |||
/* 2846 */ "extended usage information passed thru pager\0" | /* 2846 */ "extended usage information passed thru pager\0" | |||
/* 2891 */ "more-help\0" | /* 2891 */ "more-help\0" | |||
/* 2901 */ "output version information and exit\0" | /* 2901 */ "output version information and exit\0" | |||
/* 2937 */ "version\0" | /* 2937 */ "version\0" | |||
/* 2945 */ "NTPD\0" | /* 2945 */ "NTPD\0" | |||
/* 2950 */ "ntpd - NTP daemon program - Ver. 4.2.8p14\n" | /* 2950 */ "ntpd - NTP daemon program - Ver. 4.2.8p15\n" | |||
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n" | "Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n" | |||
"\t\t[ <server1> ... <serverN> ]\n\0" | "\t\t[ <server1> ... <serverN> ]\n\0" | |||
/* 3082 */ "http://bugs.ntp.org, bugs@ntp.org\0" | /* 3082 */ "http://bugs.ntp.org, bugs@ntp.org\0" | |||
/* 3116 */ "\n\0" | /* 3116 */ "\n\0" | |||
/* 3118 */ "ntpd 4.2.8p14"; | /* 3118 */ "ntpd 4.2.8p15"; | |||
/** | /** | |||
* ipv4 option description with | * ipv4 option description with | |||
* "Must also have options" and "Incompatible options": | * "Must also have options" and "Incompatible options": | |||
*/ | */ | |||
/** Descriptive text for the ipv4 option */ | /** Descriptive text for the ipv4 option */ | |||
#define IPV4_DESC (ntpd_opt_strs+1009) | #define IPV4_DESC (ntpd_opt_strs+1009) | |||
/** Upper-cased name for the ipv4 option */ | /** Upper-cased name for the ipv4 option */ | |||
#define IPV4_NAME (ntpd_opt_strs+1040) | #define IPV4_NAME (ntpd_opt_strs+1040) | |||
/** Name string for the ipv4 option */ | /** Name string for the ipv4 option */ | |||
skipping to change at line 1529 | skipping to change at line 1529 | |||
NOTE: the strings below are segmented with respect to the source string | NOTE: the strings below are segmented with respect to the source string | |||
ntpd_opt_strs. The strings above are handed off for translation | ntpd_opt_strs. The strings above are handed off for translation | |||
at run time a paragraph at a time. Consequently, they are presented here | at run time a paragraph at a time. Consequently, they are presented here | |||
for translation a paragraph at a time. | for translation a paragraph at a time. | |||
ALSO: often the description for an option will reference another option | ALSO: often the description for an option will reference another option | |||
by name. These are set off with apostrophe quotes (I hope). Do not | by name. These are set off with apostrophe quotes (I hope). Do not | |||
translate option names. | translate option names. | |||
*/ | */ | |||
/* referenced via ntpdOptions.pzCopyright */ | /* referenced via ntpdOptions.pzCopyright */ | |||
puts(_("ntpd 4.2.8p14\n\ | puts(_("ntpd 4.2.8p15\n\ | |||
Copyright (C) 1992-2020 The University of Delaware and Network Time Foundation, all rights reserved.\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\ | This is free software. It is licensed for use, modification and\n\ | |||
redistribution under the terms of the NTP License, copies of which\n\ | redistribution under the terms of the NTP License, copies of which\n\ | |||
can be seen at:\n")); | can be seen at:\n")); | |||
puts(_(" <http://ntp.org/license>\n\ | puts(_(" <http://ntp.org/license>\n\ | |||
<http://opensource.org/licenses/ntp-license.php>\n")); | <http://opensource.org/licenses/ntp-license.php>\n")); | |||
/* referenced via ntpdOptions.pzCopyNotice */ | /* referenced via ntpdOptions.pzCopyNotice */ | |||
puts(_("Permission to use, copy, modify, and distribute this software and its\ n\ | puts(_("Permission to use, copy, modify, and distribute this software and its\ n\ | |||
documentation for any purpose with or without fee is hereby granted,\n\ | documentation for any purpose with or without fee is hereby granted,\n\ | |||
skipping to change at line 1670 | skipping to change at line 1670 | |||
/* referenced via ntpdOptions.pOptDesc->pzText */ | /* referenced via ntpdOptions.pOptDesc->pzText */ | |||
puts(_("display extended usage information and exit")); | puts(_("display extended usage information and exit")); | |||
/* referenced via ntpdOptions.pOptDesc->pzText */ | /* referenced via ntpdOptions.pOptDesc->pzText */ | |||
puts(_("extended usage information passed thru pager")); | puts(_("extended usage information passed thru pager")); | |||
/* referenced via ntpdOptions.pOptDesc->pzText */ | /* referenced via ntpdOptions.pOptDesc->pzText */ | |||
puts(_("output version information and exit")); | puts(_("output version information and exit")); | |||
/* referenced via ntpdOptions.pzUsageTitle */ | /* referenced via ntpdOptions.pzUsageTitle */ | |||
puts(_("ntpd - NTP daemon program - Ver. 4.2.8p14\n\ | puts(_("ntpd - NTP daemon program - Ver. 4.2.8p15\n\ | |||
Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\ | Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\ | |||
\t\t[ <server1> ... <serverN> ]\n")); | \t\t[ <server1> ... <serverN> ]\n")); | |||
/* referenced via ntpdOptions.pzExplain */ | /* referenced via ntpdOptions.pzExplain */ | |||
puts(_("\n")); | puts(_("\n")); | |||
/* referenced via ntpdOptions.pzFullVersion */ | /* referenced via ntpdOptions.pzFullVersion */ | |||
puts(_("ntpd 4.2.8p14")); | puts(_("ntpd 4.2.8p15")); | |||
/* referenced via ntpdOptions.pzFullUsage */ | /* referenced via ntpdOptions.pzFullUsage */ | |||
puts(_("<<<NOT-FOUND>>>")); | puts(_("<<<NOT-FOUND>>>")); | |||
/* referenced via ntpdOptions.pzShortUsage */ | /* referenced via ntpdOptions.pzShortUsage */ | |||
puts(_("<<<NOT-FOUND>>>")); | puts(_("<<<NOT-FOUND>>>")); | |||
/* LIBOPTS-MESSAGES: */ | /* LIBOPTS-MESSAGES: */ | |||
#line 67 "../autoopts.c" | #line 67 "../autoopts.c" | |||
puts(_("allocation of %d bytes failed\n")); | puts(_("allocation of %d bytes failed\n")); | |||
#line 93 "../autoopts.c" | #line 93 "../autoopts.c" | |||
End of changes. 7 change blocks. | ||||
7 lines changed or deleted | 7 lines changed or added |