winedbg: Fixed syntax of set command in man pages.

This commit is contained in:
Dylan Smith 2009-08-17 01:14:53 -04:00 committed by Alexandre Julliard
parent 81c9b3a105
commit 26c427d50a
1 changed files with 2 additions and 2 deletions

View File

@ -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: