[Issue 15446] Update DMD's man page
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Dec 14 20:01:54 PST 2015
https://issues.dlang.org/show_bug.cgi?id=15446
--- Comment #1 from Shriramana Sharma <samjnaa at gmail.com> ---
One important point in updating:
Currently the documentation for -o- says that it suppresses output of object
files, but this is misleading, since it actually suppresses all binary output
and not just that of object files which are IIUC commonly understood to be .o
files. See https://issues.dlang.org/show_bug.cgi?id=15447 and
http://forum.dlang.org/post/n0l4c4$2koq$1@digitalmars.com. So that's one
wording which needs to be corrected in both the online doc and man page.
Thanks again.
--
More information about the Digitalmars-d-bugs
mailing list