X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fstart-stop.texinfo;h=a4e1e5519d00c7891cff421cc23649a6c1e896bf;hb=b1b43e74be3d133bd1edf7d17adb607f8290331f;hp=7e27d510f904a7493c684998ef25262200c9d6fa;hpb=f0da2f63aa0b4e6d4dbf884854a4bf2dfdd01fc0;p=sbcl.git diff --git a/doc/manual/start-stop.texinfo b/doc/manual/start-stop.texinfo index 7e27d51..a4e1e55 100644 --- a/doc/manual/start-stop.texinfo +++ b/doc/manual/start-stop.texinfo @@ -313,9 +313,9 @@ special syntax is intended to reduce quoting headaches when invoking SBCL from shell scripts. @item --noprint -When ordinarily the toplevel "read-eval-print loop" would be exe- -cuted, execute a "read-eval loop" instead, i.e. don't print a prompt -and don't echo results. Combined with the @code{--noinform} runtime +When ordinarily the toplevel "read-eval-print loop" would be executed, +execute a "read-eval loop" instead, i.e. don't print a prompt and +don't echo results. Combined with the @code{--noinform} runtime option, this makes it easier to write Lisp "scripts" which work cleanly in Unix pipelines. @@ -341,9 +341,9 @@ can be omitted: this causes the script to be loaded from standard input instead. Shebang lines in standard input script are currently @emph{not} ignored. -In either case, if there is an unhandled error (eg. end of file, or a +In either case, if there is an unhandled error (e.g. end of file, or a broken pipe) on either standard input, standard output, or standard -error, the script silently exits with code 0. This allows eg. safely +error, the script silently exits with code 0. This allows e.g. safely piping output from SBCL to @code{head -n1} or similar. @end table