c72578 / rpms / cppcheck

Forked from rpms/cppcheck 4 years ago
Clone
Blob Blame History Raw
From dd8c7e38ab478edd4ead897abc35159d0b911ae0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= <c72578@yahoo.de>
Date: Tue, 3 Sep 2019 18:02:42 +0200
Subject: [PATCH] Add missing xml closing tag to manual.docbook

This fixes xml parsing errors
---
 man/manual.docbook | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/manual.docbook b/man/manual.docbook
index d0fa85d6cb..6663b0cc97 100644
--- a/man/manual.docbook
+++ b/man/manual.docbook
@@ -1217,7 +1217,7 @@ Checking pen1.c...
   &lt;/resource&gt;
 &lt;/def&gt;</programlisting>
 
-        <para>Functions that reallocate memory can be configured using a realloc tag. The input argument which points to the memory that shall be reallocated can also be configured (the default is the first argument). As an example, here is a configuration file for the fopen, freopen and fclose functions from the c standard library:
+        <para>Functions that reallocate memory can be configured using a realloc tag. The input argument which points to the memory that shall be reallocated can also be configured (the default is the first argument). As an example, here is a configuration file for the fopen, freopen and fclose functions from the c standard library:</para>
 
         <programlisting>&lt;?xml version="1.0"?&gt;
 &lt;def&gt;