X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsbcl.1;h=16f28bf3a394c5585bd4c2694a463f0ceded513d;hb=75ae7b7af9433418836b65cde48713ab5b8cd2fd;hp=29b55594e89a6871c0f7f686c25d24c611f179ed;hpb=feae8b5eb1e202924a8d586312487f8005ddf370;p=sbcl.git diff --git a/doc/sbcl.1 b/doc/sbcl.1 index 29b5559..16f28bf 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -321,14 +321,12 @@ in trouble (by printing a debug prompt, then listening, on with no programmer available, and this option tries to set up more appropriate behavior for that situation. This is implemented by redefining INVOKE-DEBUGGER so that any call exits the process with a -failure code after printing a backtrace, and by redefining *DEBUG-IO* -to send its output to *ERROR-OUTPUT* and to raise an error if any -input is requested from it. (Note that because it is implemented by -modifying special variables and FDEFINITIONs, its effects persist in -.core files created by SB-EXT:SAVE-LISP-AND-DIE. If you want to undo -its effects, e.g. if you build a system unattended and then want to -operate a derived system interactively, see the SB-EXT:ENABLE-DEBUGGER -command.) +failure code after printing a backtrace. (Note that because it is +implemented by modifying special variables and FDEFINITIONs, its +effects persist in .core files created by SB-EXT:SAVE-LISP-AND-DIE. If +you want to undo its effects, e.g. if you build a system unattended +and then want to operate a derived system interactively, see the +SB-EXT:ENABLE-DEBUGGER command.) .PP Regardless of the order in which --sysinit, --userinit, and --eval