Qt, SDL: Refer to decimal values in the documentation for -l

This commit is contained in:
Anthony J. Bentley 2015-08-06 10:33:14 -06:00
parent 6612adc05c
commit 099b6f20c5
2 changed files with 20 additions and 20 deletions

View File

@ -31,25 +31,25 @@ Log messages during emulation.
.Ar loglevel
is a bitmask defining which types of messages to log:
.Bl -inset
.It 0x01
.It 1
fatal errors
.It 0x02
.It 2
errors
.It 0x04
.It 4
warnings
.It 0x08
.It 8
informative messages
.It 0x10
.It 16
debugging messages
.It 0x20
.It 32
stub messages
.It 0x100
.It 256
in\(hygame errors
.It 0x200
.It 512
software interrupts
.It 0x400
.It 1024
emulator status messages
.It 0x800
.It 2048
serial I/O messages
.El
The default is to log warnings, errors, fatal errors, and status messages.

View File

@ -59,25 +59,25 @@ Log messages during emulation to
.Ar loglevel
is a bitmask defining which types of messages to log:
.Bl -inset
.It 0x01
.It 1
fatal errors
.It 0x02
.It 2
errors
.It 0x04
.It 4
warnings
.It 0x08
.It 8
informative messages
.It 0x10
.It 16
debugging messages
.It 0x20
.It 32
stub messages
.It 0x100
.It 256
in\(hygame errors
.It 0x200
.It 512
software interrupts
.It 0x400
.It 1024
emulator status messages
.It 0x800
.It 2048
serial I/O messages
.El
The default is to log warnings, errors, fatal errors, and status messages.