]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1977] Mismatch between flag and description in ntp-keygen-opts.def
authorHarlan Stenn <stenn@ntp.org>
Thu, 28 Jul 2011 05:10:08 +0000 (22:10 -0700)
committerHarlan Stenn <stenn@ntp.org>
Thu, 28 Jul 2011 05:10:08 +0000 (22:10 -0700)
bk: 4e30ef30l3Mmrze54dUAjl7xNJv9LA

ChangeLog
util/ntp-keygen-opts.def

index 00ac3edd501d2a579df523d02e684c04175a4993..8fbf92b068e02c6588072bb32bed3507fba440a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 * [Bug 1975] from 4.2.6p4-RC2: libntp/mktime.c won't work with 64-bit
   time_t
 * [Bug 1976] genLocInfo writes to srcdir break 'make distcheck'.
+* [Bug 1977] Mismatch between flag and description in ntp-keygen-opts.def.
 * Do not force "legacy" when --with-locfile is not given, genLocInfo
   will find the correct default for the system.
 * Fix warnings in ntp_request.c ([Bug 1973] oversight) and sntp/main.c
index 340d82e700a538a12b01d7c5ddaf2083d16263c6..33f148a6df74352b9a53785a983d593f676fb7dd 100644 (file)
@@ -87,7 +87,7 @@ flag = {
     arg-name  = issuer-name;
     descrip   = "set issuer name";
     doc = <<-  _EndOfDoc_
-       Set the subject name to name.  This is used as the subject field
+       Set the issuer name to name.  This is used for the issuer field
        in certificates and in the file name for host and sign keys.
        _EndOfDoc_;
 };
@@ -184,7 +184,7 @@ flag = {
     ifdef     = AUTOKEY;
     descrip   = "set subject name";
     doc = <<-  _EndOfDoc_
-       Set the issuer name to name.  This is used for the issuer field
+       Set the subject name to name.  This is used as the subject field
        in certificates and in the file name for identity files.
                _EndOfDoc_;
 };