2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

2861. [doc] dnssec-settime man pages didn't correctly document the

inactivation time. [RT #21039]

2860.   [bug]           named-checkconf's usage was out of date. [RT #21039]
This commit is contained in:
Mark Andrews 2010-03-09 03:38:18 +00:00
parent 3f42eeb121
commit c5259c013b
3 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2861. [doc] dnssec-settime man pages didn't correctly document the
inactivation time. [RT #21039]
2860. [bug] named-checkconf's usage was out of date. [RT #21039]
2859. [bug] When cancelling validation it was possible to leak 2859. [bug] When cancelling validation it was possible to leak
memory. [RT #20800] memory. [RT #20800]

View File

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: named-checkconf.c,v 1.51 2009/12/04 21:09:32 marka Exp $ */ /* $Id: named-checkconf.c,v 1.52 2010/03/09 03:38:18 marka Exp $ */
/*! \file */ /*! \file */
@ -64,7 +64,7 @@ usage(void) ISC_PLATFORM_NORETURN_POST;
static void static void
usage(void) { usage(void) {
fprintf(stderr, "usage: %s [-h] [-j] [-v] [-z] [-t directory] " fprintf(stderr, "usage: %s [-h] [-j] [-p] [-v] [-z] [-t directory] "
"[named.conf]\n", program); "[named.conf]\n", program);
exit(1); exit(1);
} }

View File

@ -17,7 +17,7 @@
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: dnssec-settime.docbook,v 1.9 2010/02/03 23:49:07 tbox Exp $ --> <!-- $Id: dnssec-settime.docbook,v 1.10 2010/03/09 03:35:34 marka Exp $ -->
<refentry id="man.dnssec-settime"> <refentry id="man.dnssec-settime">
<refentryinfo> <refentryinfo>
<date>July 15, 2009</date> <date>July 15, 2009</date>
@ -232,7 +232,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>-p <replaceable class="parameter">C/P/A/R/U/D/all</replaceable></term> <term>-p <replaceable class="parameter">C/P/A/R/I/D/all</replaceable></term>
<listitem> <listitem>
<para> <para>
Print a specific metadata value or set of metadata values. Print a specific metadata value or set of metadata values.
@ -242,7 +242,7 @@
<option>P</option> for the publication date, <option>P</option> for the publication date,
<option>A</option> for the activation date, <option>A</option> for the activation date,
<option>R</option> for the revocation date, <option>R</option> for the revocation date,
<option>U</option> for the unpublication date, or <option>I</option> for the inactivation date, or
<option>D</option> for the deletion date. <option>D</option> for the deletion date.
To print all of the metadata, use <option>-p all</option>. To print all of the metadata, use <option>-p all</option>.
</para> </para>