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
.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

View File

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