From a7296ecb31f26cd0b55e2834de5fcf9666e08f3f Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Sat, 21 Dec 2024 00:44:33 -0500 Subject: [PATCH] Fix man page formatting --- man/rgbasm-old.5 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man/rgbasm-old.5 b/man/rgbasm-old.5 index bf9c46ee2..bb54904f7 100644 --- a/man/rgbasm-old.5 +++ b/man/rgbasm-old.5 @@ -185,6 +185,10 @@ Instead, just use commas without backslashes. .Ss '*' comments Deprecated in 0.4.1, removed in 0.5.0. .Pp +These comments had to have the +.Ql * +typed in column 1. +.Pp Instead, use .Ql \&; comments. @@ -241,13 +245,13 @@ Deprecated in 0.3.0, removed in 0.4.0. Instead, use .Ql LDI A, [HL] and -LDD A, [HL] +.Ql LDD A, [HL] (or .Ql LD A, [HLI] and .Ql LD A, [HLD] ; or -LD A, [HL+] +.Ql LD A, [HL+] and .Ql LD A, [HL-] ) . .Ss LDIO