X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fsbcl.1;h=c368b58f8f0fbd6ecd320a7279f7c3c929cd7877;hb=0e03a9ac950b78d776c4869c809e202d9e929f39;hp=cd50ff2b5d77d6ee90e1fbe17dce3448d0a86fe7;hpb=352dee70bdc9d8ec3eb43dc163a48a3cc4de2623;p=sbcl.git diff --git a/doc/sbcl.1 b/doc/sbcl.1 index cd50ff2..c368b58 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -260,11 +260,15 @@ Supported runtime options are .B \-\-core Run the specified Lisp core file instead of the default. (See the FILES section for the standard core, or the system documentation for -\f(CRSB\-INT:SAVE\-LISP\-AND\-DIE\fR for information about how to create a +\f(CRSB\-EXT:SAVE\-LISP\-AND\-DIE\fR for information about how to create a custom core.) Note that if the Lisp core file is a user-created core file, it may run a nonstandard toplevel which does not recognize the standard toplevel options. .TP 3 +.B \-\-dynamic-space-size +Size of the dynamic space reserved on startup in megabytes. Default value +is platform dependent. +.TP 3 .B \-\-noinform Suppress the printing of any banner or other informational message at startup. (This makes it easier to write Lisp programs which work @@ -289,15 +293,19 @@ The toplevel options supported by the standard SBCL core are .TP 3 .B \-\-sysinit Load filename instead of the default system-wide initialization file. -(See the FILES section.) There is no special option to cause no -system-wide initialization file to be read, but on a Unix system -"\-\-sysinit /dev/null" can be used to achieve the same effect. +(See the FILES section.) +.TP 3 +.B \-\-no\-sysinit +Do not load a system-wide initialization file. If this option is +given, the \-\-sysinit option is ignored. .TP 3 .B \-\-userinit Load filename instead of the default user initialization file. (See -the FILES section.) There is no special option to cause no user -initialization file to be read, but on a Unix system "\-\-userinit -/dev/null" can be used to achieve the same effect. +the FILES section.) +.TP 3 +.B \-\-no\-userinit +Do not load a user initialization file. If this option is +given, the \-\-userinit option is ignored. .TP 3 .B \-\-eval After executing any initialization file, but before starting the