civodul pushed a commit to branch master
in repository dmd.

commit ec1bd2a92e0f36b0a1eec69292c8fdf20d0ce094
Author: David Thompson <[email protected]>
Date:   Sat May 2 18:58:44 2015 -0400

    doc: Fix location of default user dmd configuration file.
    
    * dmd.texi ("Jump Start"): Document the real default user config file.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 dmd.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dmd.texi b/dmd.texi
index 1889c1c..206f0a2 100644
--- a/dmd.texi
+++ b/dmd.texi
@@ -140,7 +140,7 @@ mentioned below.
 When dmd gets started, it reads and evaluates a configuration file.  When it is
 started with superuser priviledges, it tries to use
 @code{/etc/dmdconf.scm}, when started as normal user, it looks for a
-file called @code{.dmdconf.scm} in the user's home directory.  With the
+file called @code{.dmd.d/init.scm} in the user's home directory.  With the
 option @code{--config} (or, for short, @code{-c}), you can specify
 where to look instead.  So if you want to start dmd with an
 alternative file, use one of the following commands:

Reply via email to