Module: wine Branch: master Commit: 26c427d50aba750f08323bbef78bf07c0b931540 URL: http://source.winehq.org/git/wine.git/?a=commit;h=26c427d50aba750f08323bbef7...
Author: Dylan Smith dylan.ah.smith@gmail.com Date: Mon Aug 17 01:14:53 2009 -0400
winedbg: Fixed syntax of set command in man pages.
---
programs/winedbg/winedbg.man.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
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: