Skip to content

Commit

Permalink
Correct some documentation of RGBASM warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Sep 30, 2024
1 parent d5159f6 commit e1ac7f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions man/rgbasm.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/rgbasm.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1ac7f3

Please # to comment.