mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Fix man page formatting
This commit is contained in:
@@ -185,6 +185,10 @@ Instead, just use commas without backslashes.
|
|||||||
.Ss '*' comments
|
.Ss '*' comments
|
||||||
Deprecated in 0.4.1, removed in 0.5.0.
|
Deprecated in 0.4.1, removed in 0.5.0.
|
||||||
.Pp
|
.Pp
|
||||||
|
These comments had to have the
|
||||||
|
.Ql *
|
||||||
|
typed in column 1.
|
||||||
|
.Pp
|
||||||
Instead, use
|
Instead, use
|
||||||
.Ql \&;
|
.Ql \&;
|
||||||
comments.
|
comments.
|
||||||
@@ -241,13 +245,13 @@ Deprecated in 0.3.0, removed in 0.4.0.
|
|||||||
Instead, use
|
Instead, use
|
||||||
.Ql LDI A, [HL]
|
.Ql LDI A, [HL]
|
||||||
and
|
and
|
||||||
LDD A, [HL]
|
.Ql LDD A, [HL]
|
||||||
(or
|
(or
|
||||||
.Ql LD A, [HLI]
|
.Ql LD A, [HLI]
|
||||||
and
|
and
|
||||||
.Ql LD A, [HLD] ;
|
.Ql LD A, [HLD] ;
|
||||||
or
|
or
|
||||||
LD A, [HL+]
|
.Ql LD A, [HL+]
|
||||||
and
|
and
|
||||||
.Ql LD A, [HL-] ) .
|
.Ql LD A, [HL-] ) .
|
||||||
.Ss LDIO
|
.Ss LDIO
|
||||||
|
|||||||
Reference in New Issue
Block a user