summaryrefslogtreecommitdiffhomepage
path: root/doc/mdk_mixvm.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mdk_mixvm.texi')
-rw-r--r--doc/mdk_mixvm.texi15
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/mdk_mixvm.texi b/doc/mdk_mixvm.texi
index 28976fa..2eae874 100644
--- a/doc/mdk_mixvm.texi
+++ b/doc/mdk_mixvm.texi
@@ -4,7 +4,7 @@
@c Free Software Foundation, Inc.
@c See the file mdk.texi for copying conditions.
-@c $Id: mdk_mixvm.texi,v 1.9 2001/09/18 22:53:18 jao Exp $
+@c $Id: mdk_mixvm.texi,v 1.10 2001/09/26 23:15:55 jao Exp $
@node mixvm, gmixvm, mixasm, Top
@comment node-name, next, previous, up
@@ -37,8 +37,8 @@ setting to aid you in debugging your code. For a tutorial description of
for each available single letter switch):
@example
-mixvm [-vhurd] [--version] [--help] [--usage] [--run] [--dump]
- [FILE[.mix]]
+mixvm [-vhurdq] [--version] [--help] [--usage] [--run] [--dump]
+ [--noinit] [FILE[.mix]]
@end example
@noindent
@@ -92,7 +92,14 @@ configuration file, the command history file and (by default) the block
devices files (@pxref{Devices}). Before showing you the command prompt,
@code{mixvm} looks in the @file{~/.mdk} directory for a file named
@code{mixguile.scm}; if it exists, it is read and evaluated by the
-embedded Guile interpreter (@pxref{Defining new functions}).
+embedded Guile interpreter (@pxref{Defining new functions}). You can use
+the @code{-q} command line option to skip this file loading:
+
+@defopt -q
+@defoptx --noinit
+Do not load the Guile initialisation file @code{~/.mdk/mixguile.scm} at
+startup.
+@end defopt
@node Commands, Devices, Invocation, mixvm
@comment node-name, next, previous, up