[docs] winelib: Use valid values for 'filename' tag attributes

Frédéric Delanoy frederic.delanoy at gmail.com
Mon Jul 22 07:20:19 CDT 2013


---
 en/winelib-bindlls.sgml | 4 ++--
 en/winelib-intro.sgml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en/winelib-bindlls.sgml b/en/winelib-bindlls.sgml
index e72cae8..818b1ac 100644
--- a/en/winelib-bindlls.sgml
+++ b/en/winelib-bindlls.sgml
@@ -45,7 +45,7 @@
         extremely simple and leads into the subject in "baby steps".  The
         second example is the ODBC interface proxy in Wine.  The files to which
         we will refer for the ODBC example are currently in the 
-        <filename class="Directory">dlls/odbc32</filename> directory of the
+        <filename class="directory">dlls/odbc32</filename> directory of the
         Wine source.
       </para>
       <para>
@@ -170,7 +170,7 @@ signed short WINAPI MyProxyWinFunc (unsigned short a, void *b, void *c,
       <para>
         For a more extensive case we can use the ODBC example.  This is
         implemented as a header file 
-        (<filename class="HeaderFile">proxyodbc.h</filename>) and the actual
+        (<filename class="headerfile">proxyodbc.h</filename>) and the actual
         C source file (<filename>proxyodbc.c</filename>).  Although the file
         is quite long it is extremely simple in structure.
       </para>
diff --git a/en/winelib-intro.sgml b/en/winelib-intro.sgml
index 8a6fe38..0f85543 100644
--- a/en/winelib-intro.sgml
+++ b/en/winelib-intro.sgml
@@ -208,8 +208,8 @@
                 can help it guess what it is that your project is
                 trying to build. Otherwise, it is able to understand
                 Visual C++ projects. Usually the executables and libraries are
-                in a <filename class="Directory">Release</filename> or
-                <filename class="Directory">Debug</filename> subdirectory of the
+                in a <filename class="directory">Release</filename> or
+                <filename class="directory">Debug</filename> subdirectory of the
                 directory where the sources are. So it's best if you can
                 transfer the source files and either of these directories to
                 Linux. Note that you don't need to transfer the
-- 
1.8.3.2




More information about the wine-patches mailing list