Commit 5b3855bf authored by Jeremy Newman's avatar Jeremy Newman Committed by Alexandre Julliard

Fixed WARRANTY inclusion.

parent a52d75d1
...@@ -321,7 +321,7 @@ Wine is distributed under the following copyright. ...@@ -321,7 +321,7 @@ Wine is distributed under the following copyright.
@unnumberedsec The Wine Warranty @unnumberedsec The Wine Warranty
@quotation @quotation
@include WARRANTY Wine comes with no warranty.
@end quotation @end quotation
@node Authors, , Warranty, Copying @node Authors, , Warranty, Copying
...@@ -1128,7 +1128,7 @@ You can declare an ordinal that holds data. Data items may be of 8, 16, ...@@ -1128,7 +1128,7 @@ You can declare an ordinal that holds data. Data items may be of 8, 16,
or 32 bit in size. or 32 bit in size.
@example @example
@var{ORDINAL} @var{VARTYPE} @var{EXPORTNAME} (@var{DATA} @var{[DATA @dots{}]}) @var{ORDINAL} @var{VARTYPE} @var{EXPORTNAME} (@var{DATA} @var{DATA @dots{}})
@end example @end example
@var{ORDINAL} is the ordinal number corresponding to the @var{ORDINAL} is the ordinal number corresponding to the
...@@ -1149,7 +1149,7 @@ The following example defines the variable @samp{VariableA} at ordinal ...@@ -1149,7 +1149,7 @@ The following example defines the variable @samp{VariableA} at ordinal
@subsubsection Function entry points of @file{.spec}-files @subsubsection Function entry points of @file{.spec}-files
@example @example
@var{ORDINAL} @var{FUNCTYPE} @var{EXPORTNAME} (@var{[ARGTYPE} @dots{} @var{]}) @var{HANDLERNAME} @var{ORDINAL} @var{FUNCTYPE} @var{EXPORTNAME} (@var{ARGTYPE} @dots{} @var{}) @var{HANDLERNAME}
@end example @end example
@var{ORDINAL} is the ordinal number corresponding to the @var{ORDINAL} is the ordinal number corresponding to the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment