Correct some documentation of RGBASM warnings

This commit is contained in:
Rangi42
2024-09-30 15:58:09 -04:00
parent d5159f66be
commit e1ac7f389d
2 changed files with 5 additions and 5 deletions

View File

@@ -295,9 +295,9 @@ This warning is enabled by
Warn when the block comment start sequence Warn when the block comment start sequence
.Ql /* .Ql /*
is found inside of a block comment. is found inside of a block comment.
Block comments cannot be nested, so an "inner" Block comments cannot be nested, so the first
.Ql */ .Ql */
is likely to have ended the whole comment. will end the whole comment.
.It Fl Wno-obsolete .It Fl Wno-obsolete
Warn when obsolete constructs such as the Warn when obsolete constructs such as the
.Ic _PI .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. Warn when a character goes through charmap conversion but has no defined mapping.
.Fl Wunmapped-char=0 .Fl Wunmapped-char=0
or or
.Fl Wunmapped-char .Fl Wno-unmapped-char
disables this warning. disables this warning.
.Fl Wunmapped-char=1 .Fl Wunmapped-char=1
or just or just

View File

@@ -2282,9 +2282,9 @@ POPO
.Pp .Pp
.Ic OPT .Ic OPT
can modify the options can modify the options
.Cm b , g , p , Q , .Cm b , g , p , Q , r ,
and and
.Cm r . .Cm W .
.Pp .Pp
.Ic POPO .Ic POPO
and and