shithub: rgbds

Download patch

ref: 06b4cf57ab0fc6751435dc94551c22353fdcc8d2
parent: dbefdc923a5f2f6833d9c64645d8c3b2b061143a
author: ISSOtm <[email protected]>
date: Tue Sep 15 14:32:13 EDT 2020

Fix example arguments to `-MT` appearing as options

--- a/src/asm/rgbasm.1
+++ b/src/asm/rgbasm.1
@@ -112,9 +112,9 @@
 Add a target to the rules emitted by
 .Fl M .
 The exact string provided will be written, including spaces and special characters.
-.Dl Fl MT fileA Fl MT fileB
+.Dl Fl MT No fileA Fl MT No fileB
 is equivalent to
-.Dl Fl MT 'fileA fileB' .
+.Dl Fl MT No 'fileA fileB' .
 If neither this nor
 .Fl MQ
 is specified, the output file name is used.