ref: ae4352c1988b6ecdaa582353d36626fbd5642759
parent: 4a73eb56eaa43800f80bdc8f3394c1243ba9abc7
author: ISSOtm <eldredhabert0@gmail.com>
date: Mon Aug 23 14:39:10 EDT 2021
Fix typos in rgbasm(5)
--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -1719,7 +1719,7 @@
.Ed
.Pp
It acts just as if you had done:
-.Bd -literal -offset ident
+.Bd -literal -offset indent
N = 0
dw N * N
N = 1
@@ -1757,6 +1757,7 @@
ENDR
PRINTLN "done {d:V}"
.Ed
+.Pp
This will print:
.Bd -literal -offset indent
4 9 14 19 24 done 29
@@ -1794,6 +1795,7 @@
ENDR
PRINTLN "done {d:V}"
.Ed
+.Pp
This will print:
.Bd -literal -offset indent
1, 2, 3, 4, 5 stop! done 5