Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
1bb76b45
Commit
1bb76b45
authored
Feb 14, 2001
by
Lawson Whitney
Committed by
Alexandre Julliard
Feb 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tune the doco to the code for relay/snoop specific.
parent
dacdb9c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
wine.man.in
documentation/wine.man.in
+7
-7
No files found.
documentation/wine.man.in
View file @
1bb76b45
.\" -*- 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
wine \- run Windows programs on Unix
.SH SYNOPSIS
...
...
@@ -50,8 +50,8 @@ component of
# is required and can be either + or -. Note that
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
want to include or exclude from the relay listing.
These names must be in
the case as names used in the relaylisting.
You can do the same for snoop.
want to include or exclude from the relay listing.
Case doesn't matter
for these.
You can do the same for snoop.
.PP
For instance:
.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
on all relay messages (API calls).
.br
.I --debugmsg -relay=
LeaveCriticalSection:
EnterCriticalSection
will turn on all relay messages except for LeaveCriticalSection and
EnterCriticalSection.
.I --debugmsg -relay=
rtlleavecriticalsection:Rtl
EnterCriticalSection
will turn on all relay messages except for
Rtl
LeaveCriticalSection and
Rtl
EnterCriticalSection.
.br
.I --debugmsg +relay=
ADVAPI
32
.I --debugmsg +relay=
advapi
32
will only turn on relay messages into the ADVAPI32 code.
.PP
The full list of names is:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment