Fix formatting of rgbasm -D documentation

This commit is contained in:
ISSOtm
2022-05-17 20:11:00 +02:00
parent 74c31f7c0f
commit 28f9183d80

View File

@@ -55,9 +55,9 @@ The defaults are 01.
.It Fl D Ar name Ns Oo = Ns Ar value Oc , Fl Fl define Ar name Ns Oo = Ns Ar value Oc
Add a string symbol to the compiled source code.
This is equivalent to
.Ql Ar name Ic EQUS \(dq Ns Ar value Ns \(dq
.Ql Ar name Ic EQUS No \(dq Ns Ar value Ns \(dq
in code, or
.Ql Ar name Ic EQUS \(dq1\(dq
.Ql Ar name Ic EQUS No \(dq1\(dq
if
.Ar value
is not specified.