aboutsummaryrefslogtreecommitdiffstats
path: root/scm.doc
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:37 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:37 -0800
commit710a97992705d67c3ded0d4b270c5978ce29b11f (patch)
treeddcb2f7a91cbb86ce582e74227768b7b898c29e1 /scm.doc
parent50eb784bfcf15ee3c6b0b53d747db92673395040 (diff)
downloadscm-710a97992705d67c3ded0d4b270c5978ce29b11f.tar.gz
scm-710a97992705d67c3ded0d4b270c5978ce29b11f.zip
Import Upstream version 5e4upstream/5e4
Diffstat (limited to 'scm.doc')
-rw-r--r--scm.doc8
1 files changed, 6 insertions, 2 deletions
diff --git a/scm.doc b/scm.doc
index 54372b7..23a90d9 100644
--- a/scm.doc
+++ b/scm.doc
@@ -7,7 +7,8 @@ NAME
SYNOPSIS
scm [-a kbytes ] [-muvqib] [--version] [--help]
- [[-]-no-init-file] [-p int ] [-r feature ] [-h feature ]
+ [[-]-no-init-file] [--no-symbol-case-fold]
+ [-p int ] [-r feature ] [-h feature ]
[-d filename ] [-f filename ] [-l filename ]
[-c expression ] [-e expression ] [-o dumpname ]
[-- | - | -s] [ filename ] [ arguments ... ]
@@ -38,9 +39,12 @@ OPTIONS
specifies that scm should allocate an initial heapsize of kbytes.
This option, if present, must be the first on the command line.
- -no-init-file
+ --no-init-file
Inhibits the loading of "ScmInit.scm" as described above.
+ --no-symbol-case-fold
+ Symbol (and identifier) names are case-sensitive.
+
-eexpression
-cexpression