From b7aecd5a6ad7e1c8102ace0cc0fab69820a8c729 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:36:12 +0100 Subject: [PATCH] xprint: docs - removed trailing spaces --- src/modules/xprint/doc/api.xml | 4 ++-- src/modules/xprint/doc/functions.xml | 8 ++++---- src/modules/xprint/doc/params.xml | 2 +- src/modules/xprint/doc/xprint.xml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/modules/xprint/doc/api.xml b/src/modules/xprint/doc/api.xml index 77c054245e1..12aa7b5e878 100644 --- a/src/modules/xprint/doc/api.xml +++ b/src/modules/xprint/doc/api.xml @@ -1,5 +1,5 @@ -
@@ -69,7 +69,7 @@ This function is able to identify regular expression back references, for example \1, \2, \3... When a back reference is found the callback function is called that is supposed to farther parse the back reference - and fill in the xl_elog structure. + and fill in the xl_elog structure. Meaning of the parameters is as follows: diff --git a/src/modules/xprint/doc/functions.xml b/src/modules/xprint/doc/functions.xml index 284dc709473..aaf2131d4ce 100644 --- a/src/modules/xprint/doc/functions.xml +++ b/src/modules/xprint/doc/functions.xml @@ -1,5 +1,5 @@ -
@@ -7,7 +7,7 @@ Functions - +
<function>xplog(level, format)</function> @@ -62,7 +62,7 @@ </para> </listitem> <listitem> - <para><emphasis>format</emphasis> - The formatted string to be printed. + <para><emphasis>format</emphasis> - The formatted string to be printed. </para> </listitem> </itemizedlist> @@ -77,7 +77,7 @@ xplog("L_ERR", "time [%Tf] method <%rm> r-uri <%ru> 2nd via <%{via[1]}>\n"); </programlisting> </example> </section> - + <section id="xprint.xpdbg"> <title> <function>xpdbg(format)</function> diff --git a/src/modules/xprint/doc/params.xml b/src/modules/xprint/doc/params.xml index fdb858228aa..41ba8af12cd 100644 --- a/src/modules/xprint/doc/params.xml +++ b/src/modules/xprint/doc/params.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" +<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <section id="xprint.parameters" xmlns:xi="http://www.w3.org/2001/XInclude"> diff --git a/src/modules/xprint/doc/xprint.xml b/src/modules/xprint/doc/xprint.xml index d1960997405..664302f9090 100644 --- a/src/modules/xprint/doc/xprint.xml +++ b/src/modules/xprint/doc/xprint.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" +<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <book id="xprint" xmlns:xi="http://www.w3.org/2001/XInclude"> @@ -82,7 +82,7 @@ %Cxy : color printing based on escape sequences (x - foreground color, y - background color). The values for colors: x - default color of the terminal; s - Black; r - Red; g - Green; y - Yellow; - b - Blue; p - Purple; c - Cyan; w - White + b - Blue; p - Purple; c - Cyan; w - White </para> </listitem> <listitem> @@ -198,7 +198,7 @@ </listitem> <listitem> <para> - %si : IP source address + %si : IP source address </para> </listitem> <listitem>