Snoop Include/Excludwe

Rein Klazes rklazes at xs4all.nl
Tue Oct 14 13:23:35 CDT 2003


Hi,

The wine.conf man page says that in Snoop Include/Exclude specifiying
<dllname>.* includes the whole dll. 
This does not work: you have to specify <dllname> without the ".*", at
least that is the code.

What should be corrected code or documentation?

My guess it is the doc, here is the coorection.

Changelog:
	In wine.conf man page correctly specify how to include/exclude
	the whole dll.

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl
-------------- next part --------------
--- wine/documentation/wine.conf.man	2003-05-01 09:13:03.000000000 +0200
+++ mywine/documentation/wine.conf.man	2003-10-14 20:16:50.000000000 +0200
@@ -309,7 +309,7 @@
 .br 
 Used to specify which functions will be included in snoop debug log.
 .PP
-For Relay and Snoop <dllname>.* includes or excludes the whole dll. Exclude
+For Relay and Snoop <dllname> includes or excludes the whole dll. Exclude
 entries overwrite Include entries.
 .br
 .PP


More information about the wine-patches mailing list