From 710a97992705d67c3ded0d4b270c5978ce29b11f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:37 -0800 Subject: Import Upstream version 5e4 --- scm.doc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'scm.doc') 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 -- cgit v1.2.3