aboutsummaryrefslogtreecommitdiffstats
path: root/scm.doc
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:34 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:34 -0800
commit50eb784bfcf15ee3c6b0b53d747db92673395040 (patch)
tree60f039bb5aa27bc58d92ab0c7bab0d82dbfe7686 /scm.doc
parentae2b295c7deaf2d7c18ad1ed9b6050970e56bae7 (diff)
downloadscm-50eb784bfcf15ee3c6b0b53d747db92673395040.tar.gz
scm-50eb784bfcf15ee3c6b0b53d747db92673395040.zip
Import Upstream version 5e3upstream/5e3
Diffstat (limited to 'scm.doc')
-rw-r--r--scm.doc15
1 files changed, 8 insertions, 7 deletions
diff --git a/scm.doc b/scm.doc
index 954e965..54372b7 100644
--- a/scm.doc
+++ b/scm.doc
@@ -1,4 +1,4 @@
-SCM(Jan 4 2000) SCM(Jan 4 2000)
+SCM(April 2006) SCM(April 2006)
@@ -21,9 +21,10 @@ DESCRIPTION
set IMPLINIT to "Init.scm" in the source directory.
Unless the option -no-init-file or --no-init-file occurs in the command
- line, "Init.scm" checks to see if there is file "ScmInit.scm" in the
- path specified by the environment variable HOME (or in the current
- directory if HOME is undefined). If it finds such a file it is loaded.
+ line or if scm is being invoked as a script, "Init.scm" checks to see
+ if there is file "ScmInit.scm" in the path specified by the environment
+ variable HOME (or in the current directory if HOME is undefined). If
+ it finds such a file, then it is loaded.
"Init.scm" then looks for command input from one of three sources: From
an option on the command line, from a file named on the command line,
@@ -197,8 +198,8 @@ FEATURES
Available add-on packages including an interactive debugger, database,
X-window graphics, BGI graphics, Motif, and Open-Windows packages.
- A compiler (HOBBIT, available separately) and dynamic linking of
- compiled modules.
+ A compiler (HOBBIT, available separately) and dynamic linking of com-
+ piled modules.
Setable levels of monitoring and timing information printed interac-
tively (the ‘verbose’ function). Restart, quit, and exec.
@@ -238,4 +239,4 @@ SEE ALSO
-4th Berkeley Distribution SCM(Jan 4 2000)
+4th Berkeley Distribution SCM(April 2006)