Tune the doco to the code for relay/snoop specific.

This commit is contained in:
Lawson Whitney 2001-02-14 21:41:11 +00:00 committed by Alexandre Julliard
parent dacdb9c4c6
commit 1bb76b4541
1 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
.\" -*- nroff -*- .\" -*- nroff -*-
.TH WINE 1 "Nov 27, 2000" "Version 20001026" "Windows On Unix" .TH WINE 1 "Feb 13, 2001" "Version 20010112" "Windows On Unix"
.SH NAME .SH NAME
wine \- run Windows programs on Unix wine \- run Windows programs on Unix
.SH SYNOPSIS .SH SYNOPSIS
@ -50,8 +50,8 @@ component of
# is required and can be either + or -. Note that # is required and can be either + or -. Note that
there is not a space after the comma between names. yyy are either the there is not a space after the comma between names. yyy are either the
name of a whole DLL or a single API entry by name you either name of a whole DLL or a single API entry by name you either
want to include or exclude from the relay listing. These names must be in want to include or exclude from the relay listing. Case doesn't matter
the case as names used in the relaylisting. You can do the same for snoop. for these. You can do the same for snoop.
.PP .PP
For instance: For instance:
.PP .PP
@ -65,11 +65,11 @@ will turn on DLL warning messages and all heap messages.
will turn off all FIXME messages, turn on cursor warning messages, and turn will turn off all FIXME messages, turn on cursor warning messages, and turn
on all relay messages (API calls). on all relay messages (API calls).
.br .br
.I --debugmsg -relay=LeaveCriticalSection:EnterCriticalSection .I --debugmsg -relay=rtlleavecriticalsection:RtlEnterCriticalSection
will turn on all relay messages except for LeaveCriticalSection and will turn on all relay messages except for RtlLeaveCriticalSection and
EnterCriticalSection. RtlEnterCriticalSection.
.br .br
.I --debugmsg +relay=ADVAPI32 .I --debugmsg +relay=advapi32
will only turn on relay messages into the ADVAPI32 code. will only turn on relay messages into the ADVAPI32 code.
.PP .PP
The full list of names is: The full list of names is: