X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fsbcl.1;h=509c726cc0c2843788b8fbd28403486bcec18946;hb=8dc064d2296902f01afd9107e89a81146e3771fe;hp=f57ec8899c82bf928ee86d5e6969f0a3856e13c7;hpb=99bcb3a92b44ce343586f8bd7c717d665f31f4ad;p=sbcl.git diff --git a/doc/sbcl.1 b/doc/sbcl.1 index f57ec88..509c726 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -104,10 +104,10 @@ By default, a Common Lisp system tries to ask the programmer for help when it gets in trouble (by printing a debug prompt on *DEBUG-IO*). However, this is not useful behavior for a system running with no programmer available, and this option tries to set up more appropriate -behavior for that situation. Thus we set *DEBUG-IO* to send its output -to *ERROR-OUTPUT*, and to raise an error if any input is requested -from it, and we set *DEBUGGER-HOOK* to output a backtrace, then exit -the process with a failure code. +behavior for that situation. Thus we set *DEBUG-IO* to send its +output to *ERROR-OUTPUT*, and to raise an error if any input is +requested from it; and we set *DEBUGGER-HOOK* to output a backtrace, +then exit the process with a failure code. .PP Regardless of the order in which --sysinit, --userinit, and --eval