X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fstart-stop.texinfo;h=6edab559975b55017b745d2508eab6e437cd7d62;hb=152c97de336af584a9b133207a772c704e3245cf;hp=cd07851b5fdac33dd400026c2eaff329d781598e;hpb=8852534331f5505348d1217a3080ee25e09ec47e;p=sbcl.git diff --git a/doc/manual/start-stop.texinfo b/doc/manual/start-stop.texinfo index cd07851..6edab55 100644 --- a/doc/manual/start-stop.texinfo +++ b/doc/manual/start-stop.texinfo @@ -66,8 +66,7 @@ Integration}. @node Shebang Scripts @comment node-name, next, previous, up @subsection Shebang Scripts -@vindex sb-ext:*posix-argv* -@vindex *posix-argv* +@vindex @sbext{@earmuffs{posix-argv}} Standard Unix tools that are interpreters follow a common command line protocol that is necessary to work with ``shebang scripts''. SBCL supports @@ -215,10 +214,14 @@ cleanly in Unix pipelines. See also the @code{--noprint} and @code{--disable-debugger} options. @item --disable-ldb +@cindex ldb +@cindex ldb, disabling +@cindex disabling ldb Disable the low-level debugger. Only effective if SBCL is compiled with LDB. @item --lose-on-corruption +@cindex ldb There are some dangerous low level errors (for instance, control stack exhausted, memory fault) that (or whose handlers) can corrupt the image. By default SBCL prints a warning, then tries to continue and @@ -226,6 +229,7 @@ handle the error in Lisp, but this will not always work and SBCL may malfunction or even hang. With this option, upon encountering such an error SBCL will invoke ldb (if present and enabled) or else exit. + @item --script @var{filename} As a runtime option this is equivalent to @code{--noinform} @code{--disable-ldb} @code{--lose-on-corruption}