From 099b6f20c57424da8b9a6dcedbfcc363cbd29e37 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Thu, 6 Aug 2015 10:33:14 -0600 Subject: [PATCH] Qt, SDL: Refer to decimal values in the documentation for -l --- doc/mgba-qt.6 | 20 ++++++++++---------- doc/mgba.6 | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/mgba-qt.6 b/doc/mgba-qt.6 index 85c16a2d2..e9130f2fe 100644 --- a/doc/mgba-qt.6 +++ b/doc/mgba-qt.6 @@ -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. diff --git a/doc/mgba.6 b/doc/mgba.6 index d6f514104..132e4ba9d 100644 --- a/doc/mgba.6 +++ b/doc/mgba.6 @@ -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.