[docs] [1/3] Fix missing tags so make succeeds

Kevin Lyles kevinlyles at gmail.com
Mon Aug 13 23:46:03 CDT 2012


>From 543636000490842234522d5bc571928275a3856a Mon Sep 17 00:00:00 2001
From: Kevin Lyles <kevinlyles at gmail.com>
Date: Sun, 12 Aug 2012 15:34:20 -0500
Subject: Fix missing tags so make succeeds

---
 en/winedev-testing.sgml     |    1 +
 en/wineusr-configuring.sgml |    5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/en/winedev-testing.sgml b/en/winedev-testing.sgml
index ccd1020..2f5dcab 100644
--- a/en/winedev-testing.sgml
+++ b/en/winedev-testing.sgml
@@ -206,6 +206,7 @@ thread.c: 86 tests executed, 5 marked as todo, 0 failures.
           </para>
           <para>
             Run <command>yum install mingw32-gcc</>.
+          </para>
         </sect3>
         <sect3>
           <title>*BSD</title>
diff --git a/en/wineusr-configuring.sgml b/en/wineusr-configuring.sgml
index 2d3fc9c..f458714 100644
--- a/en/wineusr-configuring.sgml
+++ b/en/wineusr-configuring.sgml
@@ -219,14 +219,13 @@
            this file is a publicly available DLL or a custom DLL belonging
            to your program.  In the latter case, check that you have installed
            your program correctly.
+         </para>
          <para>
            Most often applications will assume that a required redistributable
            package has already been installed and subsequently fail to run when
            the required dependencies are not met.  For example:
-           <para>
-            <programlisting>err:module:import_dll Library MFC42.DLL
(which is needed by L"C:\\Program Files\\Foo\\Bar.dll") not
found</programlisting>
-           <para>
          </para>
+         <programlisting>err:module:import_dll Library MFC42.DLL
(which is needed by L"C:\\Program Files\\Foo\\Bar.dll") not
found</programlisting>
          <para>
            Redistributable packages which install the necessary runtimes can
            be obtained through the use of <ulink
url="http://wiki.winehq.org/winetricks">
-- 
1.7.8.6



More information about the wine-patches mailing list