BIND 10 trac2157_2, updated. 5e5eeaea925c680413d27d6749208906f2c6bd0e [2157] update docbook example in test script
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 13 03:55:02 UTC 2013
The branch, trac2157_2 has been updated
via 5e5eeaea925c680413d27d6749208906f2c6bd0e (commit)
from 33df53b4a17b63ef8788b334d52dd8c7e433785c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5e5eeaea925c680413d27d6749208906f2c6bd0e
Author: Yoshitaka Aharen <aharen at jprs.co.jp>
Date: Wed Feb 13 12:54:06 2013 +0900
[2157] update docbook example in test script
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/gen-statisticsitems_test.py | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/gen-statisticsitems_test.py b/src/bin/auth/tests/gen-statisticsitems_test.py
index 26587db..256b1ae 100644
--- a/src/bin/auth/tests/gen-statisticsitems_test.py
+++ b/src/bin/auth/tests/gen-statisticsitems_test.py
@@ -43,22 +43,14 @@ Example:
<refsect1>
<title>STATISTICS DATA</title>
<variablelist>
- <varlistentry>
- <term>item1</term>
- <listitem>
- <simpara>
- statistics item
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>item2</term>
- <listitem>
- <simpara>
- another statistics item
- </simpara>
- </listitem>
- </varlistentry>
+ <varlistentry>
+ <term>item1</term>
+ <listitem><simpara>statistics item</simpara></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>item2</term>
+ <listitem><simpara>another statistics item</simpara></listitem>
+ </varlistentry>
</variablelist>
</refsect1>
"""
More information about the bind10-changes
mailing list