X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsbcl.1;h=2d83ea180671973b02a8bb2f27e8a3aaff3daeea;hb=e9d7104061dbcb5df1b0cbdb4afa559b7044ab62;hp=908f9a197672de614f0ee3f675d232529506c903;hpb=19e8b826506c42de9430ca9df0bc1439467e9f24;p=sbcl.git diff --git a/doc/sbcl.1 b/doc/sbcl.1 index 908f9a1..2d83ea1 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -267,15 +267,23 @@ Supported runtime options are .TP 3 .B --core Run the specified Lisp core file instead of the default. (See the FILES -section.) 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. +section for the standard core, or the system documentation for +SB-INT:SAVE-LISP-AND-DIE 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 --noinform Suppress the printing of any banner or other informational message at startup. (This makes it easier to write Lisp programs which work cleanly in Unix pipelines. See also the "--noprint" and "--disable-debugger" options.) +.TP 3 +.B --help +Print some basic information about SBCL, then exit. +.TP 3 +.B --version +Print SBCL's version information, then exit. .PP In the future, runtime options may be added to control behavior such @@ -285,7 +293,7 @@ Runtime options, including any --end-runtime-options option, are stripped out of the command line before the Lisp toplevel logic gets a chance to see it. -Supported toplevel options for the standard SBCL core are +The toplevel options supported by the standard SBCL core are .TP 3 .B --sysinit Load filename instead of the default system-wide initialization file. @@ -520,8 +528,8 @@ executable program containing some low-level runtime support and a loader, used to read sbcl.core .TP .I sbcl.core -dumped memory image containing most of SBCL, to be loaded by the -'sbcl' executable +dumped memory image containing most of SBCL, to be loaded by +the 'sbcl' executable .TP .I sbclrc optional system-wide startup script (in an etc-ish system