man wine on relay/snoop specific

lawson_whitney at juno.com lawson_whitney at juno.com
Tue Feb 13 21:22:54 CST 2001


Good day!

I changed the code, I guess I should change the doco.

ChangeLog:
	* documentation/wine.man.in:
	Lawson Whitney <lawson_whitney at juno.com>
	Tune the doco to the code for relay/snoop specific.

Lawson
-------------- next part --------------
diff -urN was/documentation/wine.man.in is/documentation/wine.man.in
--- was/documentation/wine.man.in	Sat Jan 13 01:23:55 2001
+++ is/documentation/wine.man.in	Tue Feb 13 22:06:46 2001
@@ -1,5 +1,5 @@
 .\" -*- 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
@@ -123,8 +123,8 @@
 # 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
@@ -138,11 +138,11 @@
 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:RtlEnterCriticalSection
+will turn on all relay messages except for RtlLeaveCriticalSection and
+RtlEnterCriticalSection.
 .br 
-.I --debugmsg +relay=ADVAPI32
+.I --debugmsg +relay=advapi32
 will only turn on relay messages into the ADVAPI32 code.
 .PP
 The full list of names is:


More information about the wine-patches mailing list