=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winelib: Use hyphen in bitness.

Alexandre Julliard julliard at winehq.org
Mon Jul 15 13:52:40 CDT 2013


Module: docs
Branch: master
Commit: ac0581976fd32c6244f4d82e136e6ac6ae135cea
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=ac0581976fd32c6244f4d82e136e6ac6ae135cea

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Jul 14 19:44:56 2013 +0200

winelib: Use hyphen in bitness.

---

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

diff --git a/en/winelib-intro.sgml b/en/winelib-intro.sgml
index ac41b60..32342d9 100644
--- a/en/winelib-intro.sgml
+++ b/en/winelib-intro.sgml
@@ -20,7 +20,7 @@
         applications as well as dynamic libraries.
       </para>
       <para>
-        What is not supported is 16 bit source code as the types it depends on
+        What is not supported is 16-bit source code as the types it depends on
         (especially segmented pointers) are not supported by Unix compilers.
         Also missing are some of the more exotic features of Microsoft
         compilers like native COM support and structured exception handling.
diff --git a/en/winelib-porting.sgml b/en/winelib-porting.sgml
index 881032e..c0c17a3 100644
--- a/en/winelib-porting.sgml
+++ b/en/winelib-porting.sgml
@@ -18,7 +18,7 @@
         standard library calls (e.g. <function>wcslen</function>,
         <function>wsprintf</function>), then you must use
         the msvcrt runtime library instead of glibc. The functions in
-        glibc will not work correctly with 16 bit strings.
+        glibc will not work correctly with 16-bit strings.
       </para>
     </sect1>
 




More information about the wine-cvs mailing list