1442c51
diff -urp cppcheck-1.89.orig/man/manual.docbook cppcheck-1.89/man/manual.docbook
1442c51
--- cppcheck-1.89.orig/man/manual.docbook	2019-09-01 09:01:12.000000000 -0400
1442c51
+++ cppcheck-1.89/man/manual.docbook	2019-12-07 14:04:54.363409384 -0500
1442c51
@@ -1217,7 +1217,7 @@ Checking pen1.c...
1442c51
   </resource>
1442c51
 </def></programlisting>
1442c51
 
1442c51
-        <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:
1442c51
+        <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>
1442c51
 
1442c51
         <programlisting><?xml version="1.0"?>
1442c51
 <def>