cli-debug-args.c.bak | cli-debug-args.c.bak | |||
---|---|---|---|---|
skipping to change at line 66 | skipping to change at line 66 | |||
#define zLicenseDescrip (gnutls_cli_debug_opt_strs+291) | #define zLicenseDescrip (gnutls_cli_debug_opt_strs+291) | |||
#ifndef NULL | #ifndef NULL | |||
# define NULL 0 | # define NULL 0 | |||
#endif | #endif | |||
/** | /** | |||
* static const strings for gnutls-cli-debug options | * static const strings for gnutls-cli-debug options | |||
*/ | */ | |||
static char const gnutls_cli_debug_opt_strs[1934] = | static char const gnutls_cli_debug_opt_strs[1934] = | |||
/* 0 */ "gnutls-cli-debug 3.4.4\n" | /* 0 */ "gnutls-cli-debug 3.4.5\n" | |||
"Copyright (C) 2000-2015 Free Software Foundation, and others, all rights reserved.\n" | "Copyright (C) 2000-2015 Free Software Foundation, and others, all rights reserved.\n" | |||
"This is free software. It is licensed for use, modification an d\n" | "This is free software. It is licensed for use, modification an d\n" | |||
"redistribution under the terms of the GNU General Public Licen se,\n" | "redistribution under the terms of the GNU General Public Licen se,\n" | |||
"version 3 or later <http://gnu.org/licenses/gpl.html>\n\0" | "version 3 or later <http://gnu.org/licenses/gpl.html>\n\0" | |||
/* 291 */ "gnutls-cli-debug is free software: you can redistribute it and /or modify it\n" | /* 291 */ "gnutls-cli-debug is free software: you can redistribute it and /or modify it\n" | |||
"under the terms of the GNU General Public License as published by the Free\n" | "under the terms of the GNU General Public License as published by the Free\n" | |||
"Software Foundation, either version 3 of the License, or (at y our option)\n" | "Software Foundation, either version 3 of the License, or (at y our option)\n" | |||
"any later version.\n\n" | "any later version.\n\n" | |||
"gnutls-cli-debug is distributed in the hope that it will be us eful, but\n" | "gnutls-cli-debug is distributed in the hope that it will be us eful, but\n" | |||
"WITHOUT ANY WARRANTY; without even the implied warranty of MER CHANTABILITY\n" | "WITHOUT ANY WARRANTY; without even the implied warranty of MER CHANTABILITY\n" | |||
skipping to change at line 111 | skipping to change at line 111 | |||
/* 1291 */ "gnutls-cli-debug - GnuTLS debug client\n" | /* 1291 */ "gnutls-cli-debug - GnuTLS debug client\n" | |||
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \n\0" | "Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \n\0" | |||
/* 1389 */ "bugs@gnutls.org\0" | /* 1389 */ "bugs@gnutls.org\0" | |||
/* 1405 */ "\n\0" | /* 1405 */ "\n\0" | |||
/* 1407 */ "TLS debug client. It sets up multiple TLS connections to a se rver and\n" | /* 1407 */ "TLS debug client. It sets up multiple TLS connections to a se rver and\n" | |||
"queries its capabilities. It was created to assist in debuggi ng GnuTLS,\n" | "queries its capabilities. It was created to assist in debuggi ng GnuTLS,\n" | |||
"but it might be useful to extract a TLS server's capabilities. It connects\n" | "but it might be useful to extract a TLS server's capabilities. It connects\n" | |||
"to a TLS server, performs tests and print the server's capabil ities. If\n" | "to a TLS server, performs tests and print the server's capabil ities. If\n" | |||
"called with the `-v' parameter more checks will be performed. Can be used\n" | "called with the `-v' parameter more checks will be performed. Can be used\n" | |||
"to check for servers with special needs or bugs.\n\0" | "to check for servers with special needs or bugs.\n\0" | |||
/* 1825 */ "gnutls-cli-debug 3.4.4\0" | /* 1825 */ "gnutls-cli-debug 3.4.5\0" | |||
/* 1848 */ "Usage: gnutls-cli-debug [options] hostname\n" | /* 1848 */ "Usage: gnutls-cli-debug [options] hostname\n" | |||
"gnutls-cli --help for usage instructions.\n"; | "gnutls-cli --help for usage instructions.\n"; | |||
/** | /** | |||
* debug option description: | * debug option description: | |||
*/ | */ | |||
/** Descriptive text for the debug option */ | /** Descriptive text for the debug option */ | |||
#define DEBUG_DESC (gnutls_cli_debug_opt_strs+912) | #define DEBUG_DESC (gnutls_cli_debug_opt_strs+912) | |||
/** Upper-cased name for the debug option */ | /** Upper-cased name for the debug option */ | |||
#define DEBUG_NAME (gnutls_cli_debug_opt_strs+929) | #define DEBUG_NAME (gnutls_cli_debug_opt_strs+929) | |||
skipping to change at line 615 | skipping to change at line 615 | |||
NOTE: the strings below are segmented with respect to the source strin g | NOTE: the strings below are segmented with respect to the source strin g | |||
gnutls_cli_debug_opt_strs. The strings above are handed off for trans lation | gnutls_cli_debug_opt_strs. The strings above are handed off for trans lation | |||
at run time a paragraph at a time. Consequently, they are presented h ere | at run time a paragraph at a time. Consequently, they are presented h ere | |||
for translation a paragraph at a time. | for translation a paragraph at a time. | |||
ALSO: often the description for an option will reference another optio n | ALSO: often the description for an option will reference another optio n | |||
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 gnutls_cli_debugOptions.pzCopyright */ | /* referenced via gnutls_cli_debugOptions.pzCopyright */ | |||
puts(_("gnutls-cli-debug 3.4.4\n\ | puts(_("gnutls-cli-debug 3.4.5\n\ | |||
Copyright (C) 2000-2015 Free Software Foundation, and others, all rights re served.\n\ | Copyright (C) 2000-2015 Free Software Foundation, and others, all rights re served.\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 GNU General Public License,\n\ | redistribution under the terms of the GNU General Public License,\n\ | |||
version 3 or later <http://gnu.org/licenses/gpl.html>\n")); | version 3 or later <http://gnu.org/licenses/gpl.html>\n")); | |||
/* referenced via gnutls_cli_debugOptions.pzCopyNotice */ | /* referenced via gnutls_cli_debugOptions.pzCopyNotice */ | |||
puts(_("gnutls-cli-debug is free software: you can redistribute it and/or modify it\n\ | puts(_("gnutls-cli-debug is free software: you can redistribute it and/or modify it\n\ | |||
under the terms of the GNU General Public License as published by the Free\ n\ | under the terms of the GNU General Public License as published by the Free\ n\ | |||
Software Foundation, either version 3 of the License, or (at your option)\n \ | Software Foundation, either version 3 of the License, or (at your option)\n \ | |||
any later version.\n\n")); | any later version.\n\n")); | |||
skipping to change at line 671 | skipping to change at line 671 | |||
/* referenced via gnutls_cli_debugOptions.pzDetail */ | /* referenced via gnutls_cli_debugOptions.pzDetail */ | |||
puts(_("TLS debug client. It sets up multiple TLS connections to a serve r and\n\ | puts(_("TLS debug client. It sets up multiple TLS connections to a serve r and\n\ | |||
queries its capabilities. It was created to assist in debugging GnuTLS,\n\ | queries its capabilities. It was created to assist in debugging GnuTLS,\n\ | |||
but it might be useful to extract a TLS server's capabilities. It connects \n\ | but it might be useful to extract a TLS server's capabilities. It connects \n\ | |||
to a TLS server, performs tests and print the server's capabilities. If\n\ | to a TLS server, performs tests and print the server's capabilities. If\n\ | |||
called with the `-v' parameter more checks will be performed. Can be used\ n\ | called with the `-v' parameter more checks will be performed. Can be used\ n\ | |||
to check for servers with special needs or bugs.\n")); | to check for servers with special needs or bugs.\n")); | |||
/* referenced via gnutls_cli_debugOptions.pzFullVersion */ | /* referenced via gnutls_cli_debugOptions.pzFullVersion */ | |||
puts(_("gnutls-cli-debug 3.4.4")); | puts(_("gnutls-cli-debug 3.4.5")); | |||
/* referenced via gnutls_cli_debugOptions.pzFullUsage */ | /* referenced via gnutls_cli_debugOptions.pzFullUsage */ | |||
puts(_("<<<NOT-FOUND>>>")); | puts(_("<<<NOT-FOUND>>>")); | |||
/* referenced via gnutls_cli_debugOptions.pzShortUsage */ | /* referenced via gnutls_cli_debugOptions.pzShortUsage */ | |||
puts(_("Usage: gnutls-cli-debug [options] hostname\n\ | puts(_("Usage: gnutls-cli-debug [options] hostname\n\ | |||
gnutls-cli --help for usage instructions.\n")); | gnutls-cli --help for usage instructions.\n")); | |||
/* 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")); | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |