Fix example arguments to -MT appearing as options

This commit is contained in:
ISSOtm
2020-09-15 18:32:13 +02:00
parent dbefdc923a
commit 06b4cf57ab

View File

@@ -112,9 +112,9 @@ from erroring out when dependency files are deleted.
Add a target to the rules emitted by Add a target to the rules emitted by
.Fl M . .Fl M .
The exact string provided will be written, including spaces and special characters. 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 is equivalent to
.Dl Fl MT 'fileA fileB' . .Dl Fl MT No 'fileA fileB' .
If neither this nor If neither this nor
.Fl MQ .Fl MQ
is specified, the output file name is used. is specified, the output file name is used.