Bladeren bron

dmq_usrloc: fix incorrectly formatted XML docbook

Charles Chance 8 jaren geleden
bovenliggende
commit
df04997cd1
2 gewijzigde bestanden met toevoegingen van 13 en 8 verwijderingen
  1. 1 0
      src/modules/dmq_usrloc/doc/dmq_usrloc.xml
  2. 12 8
      src/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml

+ 1 - 0
src/modules/dmq_usrloc/doc/dmq_usrloc.xml

@@ -39,6 +39,7 @@
 	<copyright>
 	    <year>2014</year>
 	</copyright>
+	<authorgroup>
 	    <editor>
 		<firstname>Julien</firstname>
 		<surname>Chavanton</surname>

+ 12 - 8
src/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml

@@ -180,10 +180,12 @@ modparam("dmq_usrloc", "batch_usleep", 1000)
 	<section id="usrloc_dmq.p.batch_msg_size">
 		<title><varname>batch_msg_size</varname> (int)</title>
 		<para>
-			The parameter controls the size of the messages during a sync
-			This is to make sure the messages are never larger then 65536 (the maximum datagram size)
-
-			Note that batch_msg_contacts will also be checked
+			The parameter controls the size of the messages during a sync. 
+			This is to make sure the messages are never larger then 65536 (the maximum datagram size).
+		</para>
+		<para>
+			Note that batch_msg_contacts will also be checked.
+		</para>
 		<para>
 		<emphasis>
 			Default value is 60000.
@@ -204,9 +206,11 @@ modparam("dmq_usrloc", "batch_msg_size", 500000)
 	<section id="usrloc_dmq.p.batch_msg_contacts">
 		<title><varname>batch_msg_contacts</varname> (int)</title>
 		<para>
-			The parameter controls the amount of contact per message/transaction during a sync
-
-			Note that batch_msg_size will also be checked
+			The parameter controls the amount of contact per message/transaction during a sync.
+		</para>
+		<para>
+			Note that batch_msg_size will also be checked.
+		</para>
 		<para>
 		<emphasis>
 			Default value is 1.
@@ -225,7 +229,6 @@ modparam("dmq_usrloc", "batch_usleep", 500000)    # one batch every 500ms
 </programlisting>
 	</example>
 	</section>
-	</section>
 
 	<section id="usrloc_dmq.p.usrloc_domain">
 		<title><varname>usrloc_domain</varname> (string)</title>
@@ -246,6 +249,7 @@ modparam("dmq_usrloc", "usrloc_domain", "my_domain")
 </programlisting>
 		</example>
 	</section>
+	</section>
 
 </chapter>