]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix documentation for:
authorMark Andrews <marka@isc.org>
Thu, 17 Jan 2008 21:38:24 +0000 (21:38 +0000)
committerMark Andrews <marka@isc.org>
Thu, 17 Jan 2008 21:38:24 +0000 (21:38 +0000)
2294.   [func]          Allow the experimental statistics channels to have
                        multiple connections and ACL.

lib/isccfg/namedconf.c

index a18b642cbbdd40bb89720742bca1cd528ac8fbc9..7986827b07094dbb06d767917ed19594116248b5 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: namedconf.c,v 1.81 2008/01/17 00:15:14 jinmei Exp $ */
+/* $Id: namedconf.c,v 1.82 2008/01/17 21:38:24 marka Exp $ */
 
 /*! \file */
 
@@ -1397,9 +1397,10 @@ static void
 doc_optional_bracketed_list(cfg_printer_t *pctx, const cfg_type_t *type) {
        const keyword_type_t *kw = type->of;
        cfg_print_chars(pctx, "[ ", 2);
-       cfg_print_chars(pctx, "{ ", 2);
+       cfg_print_cstr(pctx, kw->name);
+       cfg_print_chars(pctx, " ", 1);
        cfg_doc_obj(pctx, kw->type);
-       cfg_print_chars(pctx, "; ... }", 7);
+       cfg_print_chars(pctx, " ]", 2);
 }
 
 static cfg_type_t cfg_type_optional_allow = {