PATCH: wine.texinfo

Jeremy Newman jnewman at codeweavers.com
Fri Mar 15 10:18:46 CST 2002


This fixes errors generated when creating the wine.texi file from the
wine.texinfo file. Main problem was that wine no longer has a WARRANTY
file in the tree.

I noticed this error when fixing the wine_release script for the WineHQ
website. 

-- 

__  _WebGeek/NetAdmin CodeWeavers -= http://www.codeweavers.com
| \| |_____ __ ___ __  __ _ _ _   -= http://www.dracowulf.com
| .` / -_) |  | / '  \/ _` | ' \  -= mailto:jnewman at codeweavers.com
|_|\_\___|\_/\_/|_|_|_\__,_|_||_| -= ICQ: 1842980 Yahoo: laxdragon
-------------- next part --------------
Index: documentation/wine.texinfo
===================================================================
RCS file: /home/wine/wine/documentation/wine.texinfo,v
retrieving revision 1.5
diff -u -r1.5 wine.texinfo
--- documentation/wine.texinfo	16 Jul 2000 21:09:03 -0000	1.5
+++ documentation/wine.texinfo	15 Mar 2002 16:14:30 -0000
@@ -321,7 +321,7 @@
 @unnumberedsec The Wine Warranty
 
 @quotation
- at include WARRANTY
+Wine comes with no warranty.
 @end quotation
 
 @node Authors, , Warranty, Copying
@@ -1128,7 +1128,7 @@
 or 32 bit in size.
 
 @example
- at var{ORDINAL} @var{VARTYPE} @var{EXPORTNAME} (@var{DATA} @var{[DATA @dots{}]})
+ at var{ORDINAL} @var{VARTYPE} @var{EXPORTNAME} (@var{DATA} @var{DATA @dots{}})
 @end example
 
 @var{ORDINAL} is the ordinal number corresponding to the
@@ -1149,7 +1149,7 @@
 @subsubsection Function entry points of @file{.spec}-files
 
 @example
- at var{ORDINAL} @var{FUNCTYPE} @var{EXPORTNAME} (@var{[ARGTYPE} @dots{} @var{]}) @var{HANDLERNAME}
+ at var{ORDINAL} @var{FUNCTYPE} @var{EXPORTNAME} (@var{ARGTYPE} @dots{} @var{}) @var{HANDLERNAME}
 @end example
 
 @var{ORDINAL} is the ordinal number corresponding to the


More information about the wine-patches mailing list