Module: docs
Branch: master
Commit: f4f1d0ef4d4963520a06bbf73bb85d0a5b60edcb
URL: http://source.winehq.org/git/docs.git/?a=commit;h=f4f1d0ef4d4963520a06bbf73…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Mon Jul 22 14:20:19 2013 +0200
winelib: Use valid values for 'filename' tag attributes.
---
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 596c112..304a3fe 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
Module: docs
Branch: master
Commit: 8bdd595486c00f63f31484af192718f36253bee6
URL: http://source.winehq.org/git/docs.git/?a=commit;h=8bdd595486c00f63f31484af1…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Sat Jul 20 12:02:37 2013 +0200
winelib: Standardize on "winelib" spelling.
---
en/winelib-bindlls.sgml | 6 +++---
en/winelib-mfc.sgml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/en/winelib-bindlls.sgml b/en/winelib-bindlls.sgml
index e72cae8..596c112 100644
--- a/en/winelib-bindlls.sgml
+++ b/en/winelib-bindlls.sgml
@@ -1,6 +1,6 @@
<chapter id="bindlls">
<!-- FIXME: note that you can link PE DLLs to Winelib apps -->
- <title id="bindlls.title">Building WineLib DLLs</title>
+ <title id="bindlls.title">Building Winelib DLLs</title>
<sect1 id="bindlls-intro">
<title id="binary-dlls-intro.title">Introduction</title>
<para>
@@ -136,8 +136,8 @@ signed short MyLinuxFunc (unsigned short a, void *b, void *c,
* Note that this is a Unix file; please don't go converting it to DOS format
* (e.g. converting line feeds to Carriage return/Line feed).
*
- * This file should be built in a Wine environment as a WineLib library,
- * linked to the Linux <3rd party> libraries (currently libxxxx.so and
+ * This file should be built in a Wine environment as a Winelib library,
+ * linked to the Linux <3rd party> libraries (currently libxxxx.so and
* libyyyy.so)
*/
diff --git a/en/winelib-mfc.sgml b/en/winelib-mfc.sgml
index 3583b19..5d38105 100644
--- a/en/winelib-mfc.sgml
+++ b/en/winelib-mfc.sgml
@@ -133,7 +133,7 @@
<title id="mfc-compiling.title">Compiling the MFC</title>
<para>
Here is a set of recommendations for getting the MFC compiled with
- WineLib:
+ Winelib:
</para>
<para>
We recommend running winemaker in