X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fsbcl.1;h=5524b8627b22d46d4d3fd8a9685446dc1139017d;hb=68fd2d2dd6f265669a8957accd8a33e62786a97e;hp=e16b6eecacfef3039aac6ab7245e1174d56d93cb;hpb=b1abaa98c141c3f9baceb1185086fde7b5256e98;p=sbcl.git diff --git a/doc/sbcl.1 b/doc/sbcl.1 index e16b6ee..5524b86 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -301,6 +301,11 @@ read-eval-print loop on standard input, evaluate the command given. More than one --eval option can be used, and all will be executed, in the order they appear on the command line. .TP 3 +.B --load +This is equivalent to --eval '(load "")'. The special +syntax is intended to reduce quoting headaches when invoking SBCL +from shell scripts. +.TP 3 .B --noprint 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 @@ -340,10 +345,10 @@ chance to see it. .SH SYSTEM REQUIREMENTS -Unlike its distinguished ancestor CMU CL, SBCL currently runs only on X86 -(Linux, FreeBSD, and OpenBSD) and Alpha (Linux). For information on -other ongoing ports, see the sbcl-devel mailing list, and/or the -web site. +Unlike its distinguished ancestor CMU CL, SBCL currently runs only on +X86 (Linux, FreeBSD, and OpenBSD), Alpha (Linux), and SPARC (Linux). +For information on other ongoing and possible ports, see the +sbcl-devel mailing list, and/or the web site. SBCL requires on the order of 16Mb RAM to run on X86 systems.