[1/3] winedbg: Fixed syntax of set command in man pages.

Dylan Smith dylan.ah.smith at gmail.com
Mon Aug 17 00:14:53 CDT 2009


The syntax was not consistent with the rules specified for the parser.
---
 programs/winedbg/winedbg.man.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
diff --git a/programs/winedbg/winedbg.man.in b/programs/winedbg/winedbg.man.in
index 3fcc8ab..1986ad2 100644
--- a/programs/winedbg/winedbg.man.in
+++ b/programs/winedbg/winedbg.man.in
@@ -373,13 +373,13 @@ Lists the exception frames (starting from current stack frame)
 .PP
 It is possible to turn on and off Wine's debug messages as you are
 debugging using the \fBset\fR command. 
-.IP \fBset\ +\ warn\ win\fR
+.IP \fBset\ warn\ +\ win\fR
 Turns on warn on \fB'win'\fR channel
 .IP \fBset\ +\ win\fR
 Turns on warn/fixme/err/trace on \fB'win'\fR channel
 .IP \fBset\ -\ win\fR
 Turns off warn/fixme/err/trace on \fB'win'\fR channel
-.IP \fBset\ -\ fixme\fR
+.IP \fBset\ fixme\ -\ all\fR
 Turns off the 'fixme' class on all channels
 .PP
 .SS Gdb mode:


More information about the wine-patches mailing list