ref: 28f9183d800f6511bda5ec094db1ca1d711922d1
parent: 74c31f7c0f54cffbd681e04d87fec45cb07090bf
author: ISSOtm <eldredhabert0@gmail.com>
date: Tue May 17 16:11:00 EDT 2022
Fix formatting of `rgbasm -D` documentation
--- a/man/rgbasm.1
+++ b/man/rgbasm.1
@@ -55,9 +55,9 @@
.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.