From e1ac7f389dffc37d92ecf6d1ae02629c81700314 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Mon, 30 Sep 2024 15:58:09 -0400 Subject: [PATCH] Correct some documentation of RGBASM warnings --- man/rgbasm.1 | 6 +++--- man/rgbasm.5 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/rgbasm.1 b/man/rgbasm.1 index 10e82ec55..12fc267f6 100644 --- a/man/rgbasm.1 +++ b/man/rgbasm.1 @@ -295,9 +295,9 @@ This warning is enabled by Warn when the block comment start sequence .Ql /* is found inside of a block comment. -Block comments cannot be nested, so an "inner" +Block comments cannot be nested, so the first .Ql */ -is likely to have ended the whole comment. +will end the whole comment. .It Fl Wno-obsolete Warn when obsolete constructs such as the .Ic _PI @@ -351,7 +351,7 @@ also warns when an N-bit value is less than -2**(N-1), which will not fit in two Warn when a character goes through charmap conversion but has no defined mapping. .Fl Wunmapped-char=0 or -.Fl Wunmapped-char +.Fl Wno-unmapped-char disables this warning. .Fl Wunmapped-char=1 or just diff --git a/man/rgbasm.5 b/man/rgbasm.5 index a133e8503..371c6a192 100644 --- a/man/rgbasm.5 +++ b/man/rgbasm.5 @@ -2282,9 +2282,9 @@ POPO .Pp .Ic OPT can modify the options -.Cm b , g , p , Q , +.Cm b , g , p , Q , r , and -.Cm r . +.Cm W . .Pp .Ic POPO and