Commit graph

4 commits

Author SHA1 Message Date
Paul Backus
b529e15e29
Fix 22494 - Search paths for dmd.conf missing from dmd man page (#13280)
* Fix Issue 22494 - Search paths for dmd.conf missing from dmd man page

* Fix syntax error in dmd.conf man page

* Remove duplication from dmd and dmd.conf man pages
2021-11-11 17:32:15 +02:00
Leandro Lucarella
ba95719f3a ini: Add support to define undefined variables
Similarly to Make files, the syntax `VAR ?= value` is added to define
variables only when they were previously undefined.

In this case, if the environment variable `VAR` was undefined, then it
will be defined with the value `value`, otherwise the previous content
of `VAR` will be preserved.

This is useful to define default flags in the config file that can be
easily overridden by using environment variables.
2014-01-09 16:11:23 +01:00
Leandro Lucarella
f506a3f5cd man: Mention variable names are converted to uppercase 2014-01-09 16:11:10 +01:00
Martin Nowak
7f53f6ab91 move dmd.conf.5 to the right man section 2013-11-22 07:53:24 +01:00