Use backslash escape instead of "backwards slash" in man pages

The latter is in the "Lines" category, which seems inappropriate.
This commit is contained in:
ISSOtm
2022-09-25 13:46:10 +02:00
parent 6502ed3919
commit 3567faf395
2 changed files with 65 additions and 65 deletions

View File

@@ -54,12 +54,12 @@ it is needed to specify a bank number after the type.
Section names in double quotes support the same character escape sequences as strings in
.Xr rgbasm 5 ,
specifically
.Ql \[rs]\[rs] ,
.Ql \[rs]" ,
.Ql \[rs]n ,
.Ql \[rs]r ,
.Ql \e\e ,
.Ql \e" ,
.Ql \en ,
.Ql \er ,
and
.Ql \[rs]t .
.Ql \et .
Other backslash escape sequences in
.Xr rgbasm 5
are only relevant to assembly code and do not apply in section names.