diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:37 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:37 -0800 |
commit | 710a97992705d67c3ded0d4b270c5978ce29b11f (patch) | |
tree | ddcb2f7a91cbb86ce582e74227768b7b898c29e1 /scm.1 | |
parent | 50eb784bfcf15ee3c6b0b53d747db92673395040 (diff) | |
download | scm-710a97992705d67c3ded0d4b270c5978ce29b11f.tar.gz scm-710a97992705d67c3ded0d4b270c5978ce29b11f.zip |
Import Upstream version 5e4upstream/5e4
Diffstat (limited to 'scm.1')
-rw-r--r-- | scm.1 | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -12,7 +12,9 @@ scm \- a Scheme Language Interpreter [--version] [--help] .br -[[-]-no-init-file] [-p +[[-]-no-init-file] [--no-symbol-case-fold] +.br +[-p .I int ] [-r .I feature @@ -80,9 +82,12 @@ should allocate an initial heapsize of .I kbytes. This option, if present, must be the first on the command line. .TP -.BI -no-init-file +.BI --no-init-file Inhibits the loading of "ScmInit.scm" as described above. .TP +.BI --no-symbol-case-fold +Symbol (and identifier) names are case-sensitive. +.TP .BI -e expression .TP .BI -c expression |