serv-args.c.bak | serv-args.c.bak | |||
---|---|---|---|---|
skipping to change at line 66 | skipping to change at line 66 | |||
#define zLicenseDescrip (gnutls_serv_opt_strs+286) | #define zLicenseDescrip (gnutls_serv_opt_strs+286) | |||
#ifndef NULL | #ifndef NULL | |||
# define NULL 0 | # define NULL 0 | |||
#endif | #endif | |||
/** | /** | |||
* static const strings for gnutls-serv options | * static const strings for gnutls-serv options | |||
*/ | */ | |||
static char const gnutls_serv_opt_strs[3225] = | static char const gnutls_serv_opt_strs[3225] = | |||
/* 0 */ "gnutls-serv 3.4.4\n" | /* 0 */ "gnutls-serv 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" | |||
/* 286 */ "gnutls-serv is free software: you can redistribute it and/or m odify it\n" | /* 286 */ "gnutls-serv is free software: you can redistribute it and/or m odify 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-serv is distributed in the hope that it will be useful, but WITHOUT\n" | "gnutls-serv is distributed in the hope that it will be useful, but WITHOUT\n" | |||
"ANY WARRANTY; without even the implied warranty of MERCHANTABI LITY or\n" | "ANY WARRANTY; without even the implied warranty of MERCHANTABI LITY or\n" | |||
skipping to change at line 202 | skipping to change at line 202 | |||
/* 2861 */ "extended usage information passed thru pager\0" | /* 2861 */ "extended usage information passed thru pager\0" | |||
/* 2906 */ "more-help\0" | /* 2906 */ "more-help\0" | |||
/* 2916 */ "output version information and exit\0" | /* 2916 */ "output version information and exit\0" | |||
/* 2952 */ "version\0" | /* 2952 */ "version\0" | |||
/* 2960 */ "GNUTLS_SERV\0" | /* 2960 */ "GNUTLS_SERV\0" | |||
/* 2972 */ "gnutls-serv - GnuTLS server\n" | /* 2972 */ "gnutls-serv - GnuTLS server\n" | |||
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0" | "Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0" | |||
/* 3058 */ "bugs@gnutls.org\0" | /* 3058 */ "bugs@gnutls.org\0" | |||
/* 3074 */ "\n\0" | /* 3074 */ "\n\0" | |||
/* 3076 */ "Server program that listens to incoming TLS connections.\n\0" | /* 3076 */ "Server program that listens to incoming TLS connections.\n\0" | |||
/* 3134 */ "gnutls-serv 3.4.4\0" | /* 3134 */ "gnutls-serv 3.4.5\0" | |||
/* 3152 */ "Usage: gnutls-serv [options]\n" | /* 3152 */ "Usage: gnutls-serv [options]\n" | |||
"gnutls-serv --help for usage instructions.\n"; | "gnutls-serv --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_serv_opt_strs+897) | #define DEBUG_DESC (gnutls_serv_opt_strs+897) | |||
/** Upper-cased name for the debug option */ | /** Upper-cased name for the debug option */ | |||
#define DEBUG_NAME (gnutls_serv_opt_strs+914) | #define DEBUG_NAME (gnutls_serv_opt_strs+914) | |||
skipping to change at line 1762 | skipping to change at line 1762 | |||
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_serv_opt_strs. The strings above are handed off for translatio n | gnutls_serv_opt_strs. The strings above are handed off for translatio n | |||
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_servOptions.pzCopyright */ | /* referenced via gnutls_servOptions.pzCopyright */ | |||
puts(_("gnutls-serv 3.4.4\n\ | puts(_("gnutls-serv 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_servOptions.pzCopyNotice */ | /* referenced via gnutls_servOptions.pzCopyNotice */ | |||
puts(_("gnutls-serv is free software: you can redistribute it and/or modi fy it\n\ | puts(_("gnutls-serv is free software: you can redistribute it and/or modi fy 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 1911 | skipping to change at line 1911 | |||
puts(_("gnutls-serv - GnuTLS server\n\ | puts(_("gnutls-serv - GnuTLS server\n\ | |||
Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n")); | Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n")); | |||
/* referenced via gnutls_servOptions.pzExplain */ | /* referenced via gnutls_servOptions.pzExplain */ | |||
puts(_("\n")); | puts(_("\n")); | |||
/* referenced via gnutls_servOptions.pzDetail */ | /* referenced via gnutls_servOptions.pzDetail */ | |||
puts(_("Server program that listens to incoming TLS connections.\n")); | puts(_("Server program that listens to incoming TLS connections.\n")); | |||
/* referenced via gnutls_servOptions.pzFullVersion */ | /* referenced via gnutls_servOptions.pzFullVersion */ | |||
puts(_("gnutls-serv 3.4.4")); | puts(_("gnutls-serv 3.4.5")); | |||
/* referenced via gnutls_servOptions.pzFullUsage */ | /* referenced via gnutls_servOptions.pzFullUsage */ | |||
puts(_("<<<NOT-FOUND>>>")); | puts(_("<<<NOT-FOUND>>>")); | |||
/* referenced via gnutls_servOptions.pzShortUsage */ | /* referenced via gnutls_servOptions.pzShortUsage */ | |||
puts(_("Usage: gnutls-serv [options]\n\ | puts(_("Usage: gnutls-serv [options]\n\ | |||
gnutls-serv --help for usage instructions.\n")); | gnutls-serv --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/ |