From: Harlan Stenn Date: Tue, 28 Aug 2007 11:52:12 +0000 (-0400) Subject: NTP_4_2_5P72 X-Git-Tag: NTP_4_2_5P72^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a4229eaf03d24427d938dca97b8b5467664ecf;p=thirdparty%2Fntp.git NTP_4_2_5P72 bk: 46d40c6cbRQ8zIoOgNxXguQzkxhTdg --- diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 0617d9742..c9697816d 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 Sunday August 19, 2007 at 07:36:18 AM EDT + * It has been AutoGen-ed Tuesday August 28, 2007 at 07:43:10 AM EDT * From the definitions ntpd-opts.def * and the template file options * @@ -19,7 +19,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpd copyright 1970-2006 ntp.org - all rights reserved + * ntpd copyright 1970-2007 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -34,7 +34,7 @@ extern "C" { #endif tSCC zCopyright[] = - "ntpd copyright (c) 1970-2006 ntp.org, all rights reserved"; + "ntpd copyright (c) 1970-2007 David L. Mills and/or others, all rights reserved"; tSCC zCopyrightNotice[] = /* extracted from ../include/copyright.def near line 8 */ @@ -835,7 +835,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.5p71\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p72\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 155b7c182..1cea5b21f 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.h) * - * It has been AutoGen-ed Sunday August 19, 2007 at 07:36:17 AM EDT + * It has been AutoGen-ed Tuesday August 28, 2007 at 07:43:10 AM EDT * From the definitions ntpd-opts.def * and the template file options * @@ -19,7 +19,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpd copyright 1970-2006 ntp.org - all rights reserved + * ntpd copyright 1970-2007 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -87,8 +87,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 32 -#define NTPD_VERSION "4.2.5p71" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p71" +#define NTPD_VERSION "4.2.5p72" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p72" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index b243d2cb0..c01ac205a 100644 --- a/ntpd/ntpd-opts.texi +++ b/ntpd/ntpd-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpd-opts.texi) # -# It has been AutoGen-ed Sunday August 19, 2007 at 07:36:21 AM EDT +# It has been AutoGen-ed Tuesday August 28, 2007 at 07:43:13 AM EDT # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore @@ -60,7 +60,7 @@ This is the automatically generated usage text for ntpd: @exampleindent 0 @example -ntpd - NTP daemon program - Ver. 4.2.5p67 +ntpd - NTP daemon program - Ver. 4.2.5p71 USAGE: ntpd [ - [] | --[@{=| @}] ]... Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index 0e73bc88c..c2edd77dd 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2007-08-19 "( 4.2.5p71)" "Programmer's Manual" +.TH NTPD 1 2007-08-28 "( 4.2.5p72)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed Sunday August 19, 2007 at 07:36:20 AM EDT +.\" It has been AutoGen-ed Tuesday August 28, 2007 at 07:43:11 AM EDT .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" @@ -281,7 +281,7 @@ by loading values from environment variables named: .fi .aj .SH AUTHOR -ntp.org +David L. Mills and/or others .br Please send bug reports to: http://bugs.ntp.isc.org, bugs@ntp.org diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index a9d9a282c..bd9bcb1b5 100644 --- a/ntpdc/ntpdc-opts.c +++ b/ntpdc/ntpdc-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.c) * - * It has been AutoGen-ed Sunday August 19, 2007 at 07:43:09 AM EDT + * It has been AutoGen-ed Tuesday August 28, 2007 at 07:50:01 AM EDT * From the definitions ntpdc-opts.def * and the template file options * @@ -19,7 +19,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpdc copyright 1970-2006 ntp.org - all rights reserved + * ntpdc copyright 1970-2007 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -34,7 +34,7 @@ extern "C" { #endif tSCC zCopyright[] = - "ntpdc copyright (c) 1970-2006 ntp.org, all rights reserved"; + "ntpdc copyright (c) 1970-2007 David L. Mills and/or others, all rights reserved"; tSCC zCopyrightNotice[] = /* extracted from ../include/copyright.def near line 8 */ @@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDC"; tSCC zUsageTitle[] = -"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p71\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p72\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 637024d99..70f265b2b 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.h) * - * It has been AutoGen-ed Sunday August 19, 2007 at 07:43:08 AM EDT + * It has been AutoGen-ed Tuesday August 28, 2007 at 07:50:01 AM EDT * From the definitions ntpdc-opts.def * and the template file options * @@ -19,7 +19,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpdc copyright 1970-2006 ntp.org - all rights reserved + * ntpdc copyright 1970-2007 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -70,8 +70,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 15 -#define NTPDC_VERSION "4.2.5p71" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p71" +#define NTPDC_VERSION "4.2.5p72" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p72" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index dbd33554c..50655ea4c 100644 --- a/ntpdc/ntpdc-opts.texi +++ b/ntpdc/ntpdc-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpdc-opts.texi) # -# It has been AutoGen-ed Sunday August 19, 2007 at 07:43:11 AM EDT +# It has been AutoGen-ed Tuesday August 28, 2007 at 07:50:03 AM EDT # From the definitions ntpdc-opts.def # and the template file aginfo.tpl @end ignore @@ -58,7 +58,7 @@ This is the automatically generated usage text for ntpdc: @exampleindent 0 @example -ntpdc - vendor-specific NTP query program - Ver. 4.2.5p67 +ntpdc - vendor-specific NTP query program - Ver. 4.2.5p71 USAGE: ntpdc [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpdc/ntpdc.1 b/ntpdc/ntpdc.1 index 493c77ca3..5faf0cce4 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2007-08-19 "( 4.2.5p71)" "Programmer's Manual" +.TH NTPDC 1 2007-08-28 "( 4.2.5p72)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed Sunday August 19, 2007 at 07:43:10 AM EDT +.\" It has been AutoGen-ed Tuesday August 28, 2007 at 07:50:02 AM EDT .\" From the definitions ntpdc-opts.def .\" and the template file agman1.tpl .\" @@ -143,7 +143,7 @@ The \fIhomerc\fP files are "\fI$HOME\fP", and "\fI.\fP". If any of these are directories, then the file \fI.ntprc\fP is searched for within those directories. .SH AUTHOR -ntp.org +David L. Mills and/or others .br Please send bug reports to: http://bugs.ntp.isc.org, bugs@ntp.org diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c index fb808dd4b..e9c384b3f 100644 --- a/ntpq/ntpq-opts.c +++ b/ntpq/ntpq-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.c) * - * It has been AutoGen-ed Sunday August 19, 2007 at 07:43:40 AM EDT + * It has been AutoGen-ed Tuesday August 28, 2007 at 07:50:32 AM EDT * From the definitions ntpq-opts.def * and the template file options * @@ -19,7 +19,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpq copyright 1970-2006 ntp.org - all rights reserved + * ntpq copyright 1970-2007 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -34,7 +34,7 @@ extern "C" { #endif tSCC zCopyright[] = - "ntpq copyright (c) 1970-2006 ntp.org, all rights reserved"; + "ntpq copyright (c) 1970-2007 David L. Mills and/or others, all rights reserved"; tSCC zCopyrightNotice[] = /* extracted from ../include/copyright.def near line 8 */ @@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPQ"; tSCC zUsageTitle[] = -"ntpq - standard NTP query program - Ver. 4.2.5p71\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p72\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index e52b21af8..d34e3723c 100644 --- a/ntpq/ntpq-opts.h +++ b/ntpq/ntpq-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) * - * It has been AutoGen-ed Sunday August 19, 2007 at 07:43:39 AM EDT + * It has been AutoGen-ed Tuesday August 28, 2007 at 07:50:32 AM EDT * From the definitions ntpq-opts.def * and the template file options * @@ -19,7 +19,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpq copyright 1970-2006 ntp.org - all rights reserved + * ntpq copyright 1970-2007 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -68,8 +68,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 13 -#define NTPQ_VERSION "4.2.5p71" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p71" +#define NTPQ_VERSION "4.2.5p72" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p72" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index c8a1ff1b7..23d2c0ace 100644 --- a/ntpq/ntpq-opts.texi +++ b/ntpq/ntpq-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpq-opts.texi) # -# It has been AutoGen-ed Sunday August 19, 2007 at 07:43:42 AM EDT +# It has been AutoGen-ed Tuesday August 28, 2007 at 07:50:35 AM EDT # From the definitions ntpq-opts.def # and the template file aginfo.tpl @end ignore @@ -46,7 +46,7 @@ This is the automatically generated usage text for ntpq: @exampleindent 0 @example -ntpq - standard NTP query program - Ver. 4.2.5p67 +ntpq - standard NTP query program - Ver. 4.2.5p71 USAGE: ntpq [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpq/ntpq.1 b/ntpq/ntpq.1 index 42a839e1e..44d5e0b7a 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2007-08-19 "( 4.2.5p71)" "Programmer's Manual" +.TH NTPQ 1 2007-08-28 "( 4.2.5p72)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed Sunday August 19, 2007 at 07:43:40 AM EDT +.\" It has been AutoGen-ed Tuesday August 28, 2007 at 07:50:33 AM EDT .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" @@ -370,7 +370,7 @@ The \fIhomerc\fP files are "\fI$HOME\fP", and "\fI.\fP". If any of these are directories, then the file \fI.ntprc\fP is searched for within those directories. .SH AUTHOR -ntp.org +David L. Mills and/or others .br Please send bug reports to: http://bugs.ntp.isc.org, bugs@ntp.org diff --git a/packageinfo.sh b/packageinfo.sh index 530c56ff8..98d05e0b5 100644 --- a/packageinfo.sh +++ b/packageinfo.sh @@ -9,7 +9,7 @@ version=${proto}.${major}.${minor} # - Numeric values increment # - empty 'increments' to 1 # - NEW 'increments' to empty -point=71 +point=72 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index bbccc97c5..f32d21c13 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 Sunday August 19, 2007 at 07:44:09 AM EDT + * It has been AutoGen-ed Tuesday August 28, 2007 at 07:51:00 AM EDT * From the definitions sntp-opts.def * and the template file options * @@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "SNTP"; tSCC zUsageTitle[] = -"sntp - standard SNTP program - Ver. 4.2.5p71\n\ +"sntp - standard SNTP program - Ver. 4.2.5p72\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 49a83aca0..d9eaaeeaa 100644 --- a/sntp/sntp-opts.h +++ b/sntp/sntp-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.h) * - * It has been AutoGen-ed Sunday August 19, 2007 at 07:44:08 AM EDT + * It has been AutoGen-ed Tuesday August 28, 2007 at 07:50:59 AM EDT * From the definitions sntp-opts.def * and the template file options * @@ -147,8 +147,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 13 -#define SNTP_VERSION "4.2.5p71" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p71" +#define SNTP_VERSION "4.2.5p72" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p72" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index eaff3d1b0..ef557b7a3 100644 --- a/sntp/sntp-opts.texi +++ b/sntp/sntp-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (sntp-opts.texi) # -# It has been AutoGen-ed Sunday August 19, 2007 at 07:44:12 AM EDT +# It has been AutoGen-ed Tuesday August 28, 2007 at 07:51:02 AM EDT # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore diff --git a/sntp/sntp.1 b/sntp/sntp.1 index 90959653d..8bcbbc63d 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2007-08-19 "( 4.2.5p71)" "Programmer's Manual" +.TH SNTP 1 2007-08-28 "( 4.2.5p72)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Sunday August 19, 2007 at 07:44:11 AM EDT +.\" It has been AutoGen-ed Tuesday August 28, 2007 at 07:51:01 AM EDT .\" From the definitions sntp-opts.def .\" and the template file agman1.tpl .\" diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c index e8dc7bb08..cf2f17885 100644 --- a/util/ntp-keygen-opts.c +++ b/util/ntp-keygen-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.c) * - * It has been AutoGen-ed Sunday August 19, 2007 at 07:44:20 AM EDT + * It has been AutoGen-ed Tuesday August 28, 2007 at 07:51:11 AM EDT * From the definitions ntp-keygen-opts.def * and the template file options * @@ -19,7 +19,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntp-keygen copyright 1970-2006 ntp.org - all rights reserved + * ntp-keygen copyright 1970-2007 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -34,7 +34,7 @@ extern "C" { #endif tSCC zCopyright[] = - "ntp-keygen copyright (c) 1970-2006 ntp.org, all rights reserved"; + "ntp-keygen copyright (c) 1970-2007 David L. Mills and/or others, all rights reserved"; tSCC zCopyrightNotice[] = /* extracted from ../include/copyright.def near line 8 */ @@ -214,7 +214,8 @@ tSCC zIssuer_NameText[] = "set issuer name"; tSCC zIssuer_Name_NAME[] = "ISSUER_NAME"; tSCC zIssuer_Name_Name[] = "issuer-name"; -#define ISSUER_NAME_FLAGS (OPTST_DISABLED) +#define ISSUER_NAME_FLAGS (OPTST_DISABLED \ + | OPTST_SET_ARGTYPE(OPARG_TYPE_STRING)) #else /* disable Issuer_Name */ #define VALUE_OPT_ISSUER_NAME NO_EQUIVALENT @@ -799,7 +800,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTP_KEYGEN"; tSCC zUsageTitle[] = -"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p71\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p72\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index f125331b1..0a78808da 100644 --- a/util/ntp-keygen-opts.h +++ b/util/ntp-keygen-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h) * - * It has been AutoGen-ed Sunday August 19, 2007 at 07:44:19 AM EDT + * It has been AutoGen-ed Tuesday August 28, 2007 at 07:51:10 AM EDT * From the definitions ntp-keygen-opts.def * and the template file options * @@ -19,7 +19,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntp-keygen copyright 1970-2006 ntp.org - all rights reserved + * ntp-keygen copyright 1970-2007 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -79,8 +79,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 24 -#define NTP_KEYGEN_VERSION "4.2.5p71" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p71" +#define NTP_KEYGEN_VERSION "4.2.5p72" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p72" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi index 18d71bde2..789fc02b5 100644 --- a/util/ntp-keygen-opts.texi +++ b/util/ntp-keygen-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.texi) # -# It has been AutoGen-ed Sunday August 19, 2007 at 07:44:22 AM EDT +# It has been AutoGen-ed Tuesday August 28, 2007 at 07:51:13 AM EDT # From the definitions ntp-keygen-opts.def # and the template file aginfo.tpl @end ignore @@ -52,7 +52,7 @@ This is the automatically generated usage text for ntp-keygen: @exampleindent 0 @example Using OpenSSL version 90704f -ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p67 +ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p71 USAGE: ntp-keygen [ - [] | --[@{=| @}] ]... Flg Arg Option-Name Description -c Str certificate certificate scheme diff --git a/util/ntp-keygen.1 b/util/ntp-keygen.1 index fb227b485..14230a27c 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2007-08-19 "(ntp 4.2.5p71)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2007-08-28 "(ntp 4.2.5p72)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Sunday August 19, 2007 at 07:44:21 AM EDT +.\" It has been AutoGen-ed Tuesday August 28, 2007 at 07:51:12 AM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\" @@ -74,7 +74,7 @@ generate IFF parameters. Generate parameters for the IFF identification scheme, obsoleting any that may exist. .TP -.BR \-i ", " \--issuer-name +.BR \-i " \fIissuer-name\fP, " \--issuer-name "=" \fIissuer-name\fP set issuer name. .sp Set the suject name to name. This is used as the subject field @@ -181,7 +181,7 @@ The \fIhomerc\fP files are "\fI$HOME\fP", and "\fI.\fP". If any of these are directories, then the file \fI.ntprc\fP is searched for within those directories. .SH AUTHOR -ntp.org +David L. Mills and/or others .br Please send bug reports to: http://bugs.ntp.isc.org, bugs@ntp.org